Enum EditMode
Defines modes of editing supported by TreeGrids.
The available editing modes are:
Cell: Enables cell editing mode.
Row: Enables row editing mode.
Dialog: Opens a dialog for editing.
Batch: Allows for batch editing of multiple records.
Namespace: Syncfusion.EJ2.TreeGrid
Assembly: Syncfusion.AspNetMvc.TreeGrid.dll
Syntax
public enum EditMode
Fields
| Name |
|---|
| Batch |
| Cell |
| Dialog |
| Row |