Enum GridViewEditTriggers
Defines what kind of action should put GridViewCell into edit mode.
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
[Flags]
public enum GridViewEditTriggers
CellClick
Denotes that Single click on a cell will put it into edit mode.
CurrentCellClick
Denotes that click on a current cell will put it into edit mode.
Default
Combines default values.
F2
Denotes that F2 key on a cell will put it into edit mode.
None
Denotes that no action will put GridViewCell into edit mode.
TextInput
Denotes that any text input key will put a cell into edit mode.