Class EditMode
Defines the edit modes of Tree Grid.
Cell - Enables cell editing.
Row - Editing is done in an inline form. Edit form is rendered inline as one of the table rows.
Dialog - Editing is done in a Dialog or Pop component.
Batch - Multiple cells can be edited or added or deleted and saved.
Inheritance
System.Object
EditMode
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class EditMode : Enum
Fields
Batch
Multiple cells can be edited or added or deleted and saved.
Declaration
public const EditMode Batch
Field Value
Type |
---|
EditMode |
Cell
Enables cell editing.
Declaration
public const EditMode Cell
Field Value
Type |
---|
EditMode |
Dialog
Editing is done in a Dialog or Pop component.
Declaration
public const EditMode Dialog
Field Value
Type |
---|
EditMode |
Row
Editing is done in an inline form. Edit form is rendered inline as one of the table rows.
Declaration
public const EditMode Row
Field Value
Type |
---|
EditMode |