[]
Specifies constants that define the type of editor used with data-mapped columns.
public enum DataMapEditor
| Name | Description |
|---|---|
| AutoComplete | Use an input element with auto-complete and validation. |
| DropDownList | Use an input element with auto-complete, validation, and a drop-down list. |
| Menu | Use Menu type control, only display dropdown and not accompied input element. |
| RadioButtons | Use radio buttons with mouse and keyboard support. |