Search Results: wegh edit
- All Results 367
- Guides 135
- Reference 232
- Technical Demos
- Support Center
dxTreeList EditorPreparingEvent
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
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
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
}, // ... } // ... } 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
, 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