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