Enum RadVirtualGridEnterKeyMode
Specifies the behavior when the user presses Enter while editing a row.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public enum RadVirtualGridEnterKeyMode
EnterMovesToNextCell
Pressing Enter key saves the value in the cell moves focus to the next cell and opens its editor.
EnterMovesToNextRow
Pressing Enter key saves the value in the cell moves focus to the next row and opens editor of the cell bellow current.
None
Pressing Enter key saves the value in the cell and the cell remains selected.