You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Grid column is configured to be reorderable and a field is not defined for this column, its header cursor appears as an arrow instead of a pointer. However, the column is still interactive and can be reordered.
The behavior occurs since the !k-cursor-default class is applied to the header of this column.
Description
When a Grid column is configured to be reorderable and a field is not defined for this column, its header cursor appears as an arrow instead of a pointer. However, the column is still interactive and can be reordered.
The behavior occurs since the
!k-cursor-default
class is applied to the header of this column.Steps To Reproduce
StackBlitz example - https://stackblitz.com/edit/angular-xrhat3-cnbmjm
Actual Behavior
The header cursor of the reorderable column without a field is rendered as an arrow.
Expected Behavior
The header cursor of this column should be rendered as a pointer since the column is reorderable and thus it is interactive.
The text was updated successfully, but these errors were encountered: