CursorEnable
CursorEnable
Specifies the behaviour of the cursor when the arrow keys are used
Enumerated type, possible values are:
Default | Grid default rules apply |
---|---|
Enable | Enables the cursor and allows the user to navigate it over all the cells of the grid |
Disable | No cursor is available. The user cannot interact with the grid |
DisableFixed | Enables the cursor but restricts navigation to those cells of the grid that are not fixed |
DisableFixedRow | Like DisableFixed except only fixed rows are out of bounds |
This property determines how the user is allowed to interact with a grid. If disabled, no cursor is presented and no interaction is possible. If enabled the cursor will be visible and can be moved either with a mouse click or with the keyboard navigation keys.