New to Telerik UI for BlazorStart a free 30-day trial

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

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum GridEditorType

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