[]
Interface that supports the editor in a cell.
public interface IEditor
Public Interface IEditor
| Name | Description |
|---|---|
| EditorClientScriptUrl | Gets the URL of the editor if the editor supports client scripting. |
| Name | Description |
|---|---|
| GetEditorControl(string, TableCell, Appearance, Inset, object, bool) | Creates the cell editor control. |
| GetEditorValue(Control, string) | Gets the editing value posted back from the client for the editor control. |
| GetValidator() | Gets the BaseValidator object for this editor. |
| ValidateEditorValue(object) | Validates the input value for the editor control. |