GridEnterKeyModes Enumeration
Identifies the behaviors of the Enter key when pressed in data cells of the SfDataGrid control.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public enum GridEnterKeyModes
Public Enumeration GridEnterKeyModes
Default | 0 |
Default behavior of the SfDataGrid control to advance to the next row
|
MoveToNextCell | 1 |
Move focus to next cell.
|
NoAction | 2 |
No action.
|