New to Telerik UI for WinFormsStart a free 30-day trial

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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public enum RadVirtualGridEnterKeyMode

Fields

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

C#
EnterMovesToNextCell = 1

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

C#
EnterMovesToNextRow = 2

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

C#
None = 0