Class EditType
Specifies the edit type of the GridColumn. It is used to render the specified editor component in the grid edit form to edit the corresponding cell value.
- DefaultEditDefault. Text box is used for editing.
- DropDownEditDropDownList is used for editing.
- BooleanEditCheckbox is used for editing.
- DatePickerEditDate picker is used for editing.
- DateTimePickerEditDatetime picker is used for editing.
- NumericEditNumeric textbox is used for editing.
Inheritance
System.Object
EditType
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class EditType : Enum
Fields
BooleanEdit
Checkbox is used for editing.
Declaration
public const EditType BooleanEdit
Field Value
Type |
---|
EditType |
DatePickerEdit
Date picker is used for editing.
Declaration
public const EditType DatePickerEdit
Field Value
Type |
---|
EditType |
DateTimePickerEdit
Date time picker is used for editing.
Declaration
public const EditType DateTimePickerEdit
Field Value
Type |
---|
EditType |
DefaultEdit
Default. Text box is used for editing.
Declaration
public const EditType DefaultEdit
Field Value
Type |
---|
EditType |
DropDownEdit
DropDownList is used for editing.
Declaration
public const EditType DropDownEdit
Field Value
Type |
---|
EditType |
NumericEdit
Numeric textbox is used for editing.
Declaration
public const EditType NumericEdit
Field Value
Type |
---|
EditType |
TimePickerEdit
SfTimePicker<TValue> component will rendered to edit the corresponding cell value.
Declaration
public const EditType TimePickerEdit
Field Value
Type |
---|
EditType |