Specifies the behavior when the user presses Enter while adding new row.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public enum RadGridViewNewRowEnterKeyMode
Fields
Pressing Enter key saves the value in the cell and moves focus to the newly added row.
C#
EnterMovesToLastAddedRow = 3
Pressing Enter key saves the value in the cell and moves focus to the next cell and opens its editor.
C#
EnterMovesToNextCell = 1
Pressing Enter key saves the value in the cell and moves focus to the next row.
C#
EnterMovesToNextRow = 2
Pressing Enter key saves the value in the cell and the cell remains selected.
C#
None = 0