RadControls for WPF

Defines what kind of action should put GridViewCell into edit mode.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.2.611.40

Syntax

C#
public enum GridViewEditTriggers
Visual Basic
Public Enumeration GridViewEditTriggers

Members

Member nameValueDescription
None1 Denotes that no action will put GridViewCell into edit mode.
CellClick2 Denotes that Single click on a cell will put it into edit mode.
CurrentCellClick4 Denotes that click on a current cell will put it into edit mode.
F28 Denotes that F2 key on a cell will put it into edit mode.
TextInput16 Denotes that any text input key will put a cell into edit mode.
Default28 Combines default values.

See Also