Enum
RadGridViewNewRowEnterKeyMode

Specifies the behavior when the user presses Enter while adding new row.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public enum RadGridViewNewRowEnterKeyMode

Fields

EnterMovesToLastAddedRow

Pressing Enter key saves the value in the cell and moves focus to the newly added row.

Declaration

cs-api-definition
EnterMovesToLastAddedRow = 3

Field Value

RadGridViewNewRowEnterKeyMode

EnterMovesToNextCell

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

Declaration

cs-api-definition
EnterMovesToNextCell = 1

Field Value

RadGridViewNewRowEnterKeyMode

EnterMovesToNextRow

Pressing Enter key saves the value in the cell and moves focus to the next row.

Declaration

cs-api-definition
EnterMovesToNextRow = 2

Field Value

RadGridViewNewRowEnterKeyMode

None

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

Declaration

cs-api-definition
None = 0

Field Value

RadGridViewNewRowEnterKeyMode