Enum
RadVirtualGridEnterKeyMode

Specifies the behavior when the user presses Enter while editing a row.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public enum RadVirtualGridEnterKeyMode

Fields

EnterMovesToNextCell

Pressing Enter key saves the value in the cell moves focus to the next cell and opens its editor.

Declaration

cs-api-definition
EnterMovesToNextCell = 1

Field Value

RadVirtualGridEnterKeyMode

EnterMovesToNextRow

Pressing Enter key saves the value in the cell moves focus to the next row and opens editor of the cell bellow current.

Declaration

cs-api-definition
EnterMovesToNextRow = 2

Field Value

RadVirtualGridEnterKeyMode

None

Pressing Enter key saves the value in the cell and the cell remains selected.

Declaration

cs-api-definition
None = 0

Field Value

RadVirtualGridEnterKeyMode