Search Results: wegh edit

dxTreeList EditorPreparingEvent

Reference
The type of the editorPreparing event handler's argument.

cancel Specifies whether the event is cancelable. component The UI component's instance. dataField disabled editorElement editorName editorOptions element The UI component's container. parentType readOnly row rtlEnabled setValue updateValueTimeout value width

dxTreeList columns

Reference
Configures columns.

a user can edit values in the column at runtime. By default, inherits the value of the editing.allowUpdating property. View Demo NOTE If values in the column are calculated customarily using the calculateCellValue property, they cannot be edited at runtime. See Also editing allowFiltering Specifies whether data can be filtered by this column. Applies only

dxDataGrid columns

Reference
An array of grid columns.

the calculateCellValue property, they cannot be edited at runtime. See Also editing allowExporting Specifies whether data from this column should be exported. Applies only if the column... 'number' 'right' 'boolean' 'center' 'string' 'left' 'date' 'left' 'datetime' 'left' allowEditing Specifies whether a user can edit

dxGantt Configuration

Reference
An object that defines the Gantt UI component's configuration properties.

}, // ... } // ... } disabled Specifies whether the UI component responds to user interaction. editing Configures edit properties. The UI component allows users to add, modify and delete tasks, resources and dependencies. Set the enabled property to true to enable edit functionality. NOTE Make sure that your data sources (tasks, resources and dependencies) support edit actions

dxDataGrid Configuration

Reference
This section describes the configuration properties of the DataGrid UI component.

, which makes these features inoperative. Command columns are not supported either. You should implement the following features manually: editing, adaptability, selection, master-detail interface... responds to user interaction. editing Configures editing. The UI component can allow a user to add, update and delete data. To control which of these operations are allowed, use the allowAdding