| IGridColumnEditor Interface |
Namespace: Kettic.AspNet.Controls
The IGridColumnEditor type exposes the following members.
| Name | Description | |
|---|---|---|
| InitializeFromControl |
The editor should recreate its state and imput controls from the Container.
| |
| InitializeInControl |
Implement this member to add control int the given container.
After the call to this method the ContainerControl property should return the instance of containerControl parameter passed to this function.
| |
| SetOwner |
| Name | Description | |
|---|---|---|
| ContainerControl |
Gets the instance of the Container control (generally a TableCell), after the last call of InstantiateInControl method
| |
| IsInEditMode |
Get a value indicating if the column/row the editor currently is instantiated is in edit mode.
| |
| IsInitialized |
Get value if the editor has been initialized after an InitializeInControl or InitializeFromControl method call
|