[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridEnterAction

GridEnterAction Enum

Defines constants that specify which action to perform when Enter key is pressed.

Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.GridControl.dll
Syntax
public enum GridEnterAction

Fields

Name Description
MoveAcross

Move to the next column. At the end of the row, wrap to the start of the next row.

MoveDown

Move the selection to the next row.

None

No special action.