Enum 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.
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public enum EditMode
Fields
| Name | Description |
|---|---|
| Batch | Multiple cells can be edited or added or deleted and saved. |
| Cell | Enables cell editing. |
| Dialog | Editing is done in a Dialog or Pop component. |
| Row | Editing is done in an inline form. Edit form is rendered inline as one of the table rows. |