EnumEditMode
Enum
Specifies the edit mode for the GridViewCheckBoxColumn.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public enum EditMode
Fields
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.