Click or drag to resize
IGridColumnEditor Interface
Interface that describes the baseic column editor functionality, needed for a class that should be responsible for editing of a content of a cell in a GridEditableItem

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 IGridColumnEditor

The IGridColumnEditor type exposes the following members.

Methods
  NameDescription
Public methodInitializeFromControl
The editor should recreate its state and imput controls from the Container.
Public methodInitializeInControl
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.
Public methodSetOwner
Top
Properties
  NameDescription
Public propertyContainerControl
Gets the instance of the Container control (generally a TableCell), after the last call of InstantiateInControl method
Public propertyIsInEditMode
Get a value indicating if the column/row the editor currently is instantiated is in edit mode.
Public propertyIsInitialized
Get value if the editor has been initialized after an InitializeInControl or InitializeFromControl method call
Top
See Also