Class 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.
Inheritance
System.Object
EditMode
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class EditMode : Enum
Fields
Batch
Declaration
public const EditMode Batch
Field Value
Cell
Declaration
public const EditMode Cell
Field Value
Dialog
Declaration
public const EditMode Dialog
Field Value
Row
Declaration
public const EditMode Row
Field Value