EditMode
Enum
Specifies the edit mode for the GridViewCheckBoxColumn.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public enum EditMode
Fields
The value will be submitted only when the current cell changes or the grid looses focus
C#
OnValidate = 0
The value will be submitted immediately after the editor value changes.
C#
OnValueChange = 1