| IGridEditableColumn Interface |
Namespace: Kettic.AspNet.Controls
The IGridEditableColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| FillValues |
Extracts the values from the editedItem and fills the names/values pairs for each data-field edited by the column in the newValues dictionary.
| |
| ShouldExtractValues |
Get value based on the current IsEditable state, item edited state and ForceExtractValue setting.
|
| Name | Description | |
|---|---|---|
| Column |
Gets the GridColumn instance implementing this interface
| |
| ColumnEditor |
Gets the column editor instance for this column
| |
| ForceExtractValue |
Force KaxGrid to extract values from EditableColumns that are ReadOnly (or IsEditable is false).
| |
| IsEditable |
Get whether a column is currently read-only
|