Class DxGridEditing
Inheritance
Namespace: Emby.Web.GenericEdit.Elements.DxGrid
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class DxGridEditingProperties
allowAdding
Specifies whether a user can add new rows.
Declaration
public bool? allowAdding { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Boolean> | The allow adding. | 
allowDeleting
Specifies whether a user can delete rows. It is called for each data row when defined as a function.
Declaration
public bool? allowDeleting { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Boolean> | The allow deleting. | 
allowUpdating
Specifies whether a user can update rows. It is called for each data row when defined as a function.
Declaration
public bool? allowUpdating { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Boolean> | The allow updating. | 
form
Configures the form. Used only if editing.mode is "form" or "popup".
Declaration
public object form { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Object | The form. | 
highlightEditableColumns
Declaration
public bool? highlightEditableColumns { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Boolean> | 
mode
Specifies how a user edits data.
Declaration
public DxGridEditing.GridEditMode? mode { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<DxGridEditing.GridEditMode> | The mode. | 
popup
Configures the popup. Used only if editing.mode is "popup".
Declaration
public object popup { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Object | The popup. | 
refreshMode
Specifies operations that are performed after saving changes.
Declaration
public DxGridEditing.GridEditRefreshMode? refreshMode { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<DxGridEditing.GridEditRefreshMode> | The refresh mode. | 
selectTextOnEditStart
Specifies whether to select text in a cell when a user starts editing.
Declaration
public bool? selectTextOnEditStart { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Boolean> | The select text on edit start. | 
Remarks
Default is false.
startEditAction
Specifies whether a single or double click should switch a cell to the editing state. Applies if editing.mode is "cell" or "batch".
Declaration
public string startEditAction { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The start edit action. | 
Remarks
Accepted Values: 'click' | 'dblClick'. Default Value: 'click'.
texts
Contains options that specify texts for editing-related UI elements.
Declaration
public DxGridEditingTexts texts { get; set; }Property Value
| Type | Description | 
|---|---|
| DxGridEditingTexts | The texts. | 
useIcons
Specifies whether the editing column uses icons instead of links.
Declaration
public bool? useIcons { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Boolean> | The use icons. |