| GridEditFormItem Class |
Namespace: Kettic.AspNet.Controls
The GridEditFormItem type exposes the following members.
| Name | Description | |
|---|---|---|
| GridEditFormItem |
| Name | Description | |
|---|---|---|
| ExtractValues | (Overrides GridEditableItemExtractValues(IDictionary).) | |
| Initialize | (Overrides GridItem.Initialize(GridColumn).) | |
| InitializeEditorInCell | (Overrides GridEditableItemInitializeEditorInCell(IGridEditableColumn).) | |
| PrepareItemStyle | (Overrides GridItem.PrepareItemStyle.) | |
| SetupItem | (Overrides GridItem.SetupItem(Boolean, Object, GridColumn, ControlCollection).) |
| Name | Description | |
|---|---|---|
| EditFormUserControlID |
| Name | Description | |
|---|---|---|
| CanExtractValues | (Overrides GridEditableItem.CanExtractValues.) | |
| EditFormCell |
The table cell where the edit form will be instantiated, during data-binding.
| |
| FormColumns |
FormColumns are only available when EditFormType is GridEditFormType.AutoGenerated.
These are the container controls for each edit-form-column. You cna find the edit controls
in these containers. You should not remove any controls from this containers.
| |
| IsDataBound | (Overrides GridItemIsDataBound.) | |
| IsInEditMode | (Overrides GridItemIsInEditMode.) | |
| ItemString | (Overrides GridEditableItem.Item.) | |
| ItemGridColumn | (Overrides GridEditableItem.Item.) | |
| ParentItem |
The corresponding DataItem that the edit form is generated for.
| |
| SavedOldValues | (Overrides GridEditableItemSavedOldValues.) |