Search Results: wegh edit

Getting Started with Scheduler

Guides

<dx-scheduler ... > <dxo-editing [allowDragging]="false"> </dxo-editing> </dx-scheduler> Vue App.vue <template> <DxScheduler ... > <... this functionality, set the editing.allowTimeZoneEditing property to true. jQuery index.js $(function() { $("#scheduler").dxScheduler({ // ... editing

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

Getting Started with DataGrid

Guides

, Excel, and other formats. Develop using VS Code? Leverage the capabilities of a brand new VS Code Report Designer extension to create and edit reports/documents on any platform, be it Windows, macOS