GridEditorType
Enum
The editor type used for editing for a particular column in the Grid.
Definition
Fields
Sets the editor to a TelerikCheckBox<TValue>.
C#
CheckBox = 6
Sets the editor to a TelerikDatePicker<T>.
C#
DatePicker = 2
Sets the editor to a TelerikDateTimePicker<T>.
C#
DateTimePicker = 4
Sets the editor to a TelerikSwitch<TValue>.
C#
Switch = 5
Sets the editor to a TelerikTextArea.
C#
TextArea = 1
Sets the editor to a TelerikTextBox.
C#
TextBox = 0
Sets the editor to a TelerikTimePicker<T>.
C#
TimePicker = 3