Enum RadGridViewBeginEditMode
Specifies how a user starts cell editing in the RadGridView control.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.GridView.dll
Syntax
public enum RadGridViewBeginEditMode
BeginEditOnEnter
Editing begins when ENTER key is pressed while the cell has focus.
BeginEditOnF2
Editing begins when F2 is pressed while the cell has focus. This mode places the selection point at the end of the cell contents.
BeginEditOnKeystroke
Editing begins when any alphanumeric key is pressed while the cell has focus.
BeginEditOnKeystrokeOrF2
Editing begins when any alphanumeric key or F2 is pressed while the cell has focus (default value).
BeginEditProgrammatically
Editing begins only when the RadGridView.BeginEdit(System.Boolean) method is called.