Click or drag to resize
GridForceExtractValues Enumeration
Force KaxGrid to extract values from EditableColumns that are ReadOnly. See also the ExtractValuesFromItem(IDictionary, GridEditableItem) method.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum GridForceExtractValues
Members
  Member nameValueDescription
None0 No values would be extracted from ReadOnly column
InBrowseMode1 Values will be extracted only when an item is NOT in edit mode
InEditMode2 Values will be extracted only when an item is in edit mode
Always3 Values will be extracted in all cases.
See Also