EnumGridViewEditTriggers
Enum
Defines what kind of action should put GridViewCell into edit mode.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
[Flags]
public enum GridViewEditTriggers
Fields
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.
Declaration
cs-api-definition
Default = CurrentCellClick | F2 | TextInput
Field Value
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.