Default Editors
When an edit operation is about to begin, RadListView initializes a ListViewTextBoxEditor. The following table lists the built-in editors that RadListView provides:
Editor | Description |
---|---|
ListViewTextBoxEditor | Used for editing text input. |
ListViewDropDownListEditor | Used for editing values providing a predefined list of values. |
ListViewSpinEditor | Used for editing of numeric data types. |
ListViewDateTimeEditor | Used for editing of type DateTime. |
The following example shows how you can use the predefined editors: