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