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