Enum DxGridEditing.GridEditMode
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public enum GridEditMode
Fields
| Name | Description |
|---|---|
| batch | A user edits data cell by cell. The widget does not save changes until a user clicks the global "Save" button. |
| cell | Differs from the batch mode in that the widget saves changes when the cell leaves the editing state. |
| form | On entering the editing state, a row becomes a form with editable fields. The widget saves changes after a user clicks the "Save" button. |
| popup | Differs from the form mode in that the form with editable fields is placed in a popup window. |
| row | A user edits one row at a time. The widget saves changes when the row leaves the editing state. |