Enum EditMode
Defines modes of editing.
- NormalDefault. Editing is done in an inline form. Edit form is rendered inline as one of the table rows.
- DialogEditing is done in a Dialog/Pop component.
- BatchEnables cell editing. Multiple cells can be edited, added or deleted and saved.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum EditMode
Fields
| Name | Description |
|---|---|
| Batch | Enables cell editing. Multiple cells can be edited, added or deleted and saved. |
| Dialog | Editing is done in a Dialog/Pop component. |
| Normal | Default. Editing is done in an inline form. Edit form is rendered inline as one of the table rows. |