GridEditableColumn Class |
Namespace: Kettic.AspNet.Controls
The GridEditableColumn 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 | |
---|---|---|
ColumnEditor | ||
ColumnEditorID | ||
ConvertEmptyStringToNull |
Convert the emty string to null when extracting values for inserting, updating, deleting
| |
CurrentColumnEditor |
Get the current colum editor. If the column editor is not assigned at the moment the column will search for the ColumnEditorID on the page or should
create its default column editor
| |
DefaultInsertValue |
Gets or sets a default value for the column when the row is in Insert mode
| |
ForceExtractValue |
Force KaxGrid to extract values from EditableColumns that are ReadOnly (or IsEditable is false).
| |
ReadOnly |
Gets or sets the readonly status of the column. The column will be displayed in
browser mode (unless its Visible property is false)
but will not appear in the edit-form.
|