Enum VirtualGridEditTriggers
Defines what kind of action should put VirtualGridCell into edit mode.
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
[Flags]
public enum VirtualGridEditTriggers
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 VirtualGridCell into edit mode.
TextInput
Denotes that any text input key will put a cell into edit mode.