Enum
GridEditorType

The editor type used for editing for a particular column in the Grid.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum GridEditorType

Fields

CheckBox

Sets the editor to a TelerikCheckBox<TValue>.

Declaration

cs-api-definition
CheckBox = 6

Field Value

GridEditorType

DatePicker

Sets the editor to a TelerikDatePicker<T>.

Declaration

cs-api-definition
DatePicker = 2

Field Value

GridEditorType

DateTimePicker

Sets the editor to a TelerikDateTimePicker<T>.

Declaration

cs-api-definition
DateTimePicker = 4

Field Value

GridEditorType

Switch

Sets the editor to a TelerikSwitch<TValue>.

Declaration

cs-api-definition
Switch = 5

Field Value

GridEditorType

TextArea

Sets the editor to a TelerikTextArea.

Declaration

cs-api-definition
TextArea = 1

Field Value

GridEditorType

TextBox

Sets the editor to a TelerikTextBox.

Declaration

cs-api-definition
TextBox = 0

Field Value

GridEditorType

TimePicker

Sets the editor to a TelerikTimePicker<T>.

Declaration

cs-api-definition
TimePicker = 3

Field Value

GridEditorType