Click or drag to resize
IGridEditableColumn Interface
Interface that KaxGrid uses to determine the editable columns, their current state etc.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface IGridEditableColumn

The IGridEditableColumn type exposes the following members.

Methods
  NameDescription
Public methodFillValues
Extracts the values from the editedItem and fills the names/values pairs for each data-field edited by the column in the newValues dictionary.
Public methodShouldExtractValues
Get value based on the current IsEditable state, item edited state and ForceExtractValue setting.
Top
Properties
  NameDescription
Public propertyColumn
Gets the GridColumn instance implementing this interface
Public propertyColumnEditor
Gets the column editor instance for this column
Public propertyForceExtractValue
Force KaxGrid to extract values from EditableColumns that are ReadOnly (or IsEditable is false).
Public propertyIsEditable
Get whether a column is currently read-only
Top
See Also