Search Results: wegh edit
- All Results 367
- Guides 135
- Reference 232
- Technical Demos
- Support Center
dxGantt editing
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. View Demo jQuery index.js $(function() { $("#gantt").dxGantt({ editing: { enabled: true
dxTreeList Editing
View Demo #####See Also##### - [Editing](/Documentation/Guide/UI_Components/TreeList/Editing/) --> allowAdding Specifies whether a user can add new rows. It is called... can update rows. It is called for each data row when defined as a function texts Contains properties that specify texts for editing-related UI elements.
dxTreeList editing
when a user deletes a row. editColumnName The name of a column being edited. Applies only if editing.mode is "cell" or "batch". See Also editRowKey editRowKey The key(s) of a row being edited... editOnKeyPress startEditAction Specifies whether a single or double click should switch a cell to the editing state. Applies if editing.mode is "cell" or "batch". View Demo See Also
dxDataGrid editing
if confirmation is required when a user deletes a row. editColumnName The name of a column being edited. Applies only if editing.mode is "cell" or "batch". See Also editRowKey editRowKey The key(s... editColumnName form Configures the form. Used only if editing.mode is "form" or "popup". Default form editors depend on the columns' configuration. If the generated form does not meet your requirements
dxDiagram editing
See Also Restrict Edit Operations allowAddShape Specifies whether a user can add a shape. allowChangeConnection Specifies whether a user can change a connection. allowChangeConnectorPoints Specifies whether a user can change connector points. allowChangeConnectorText Specifies whether a user can change a connector's text. allowChangeShapeText Specifies whether a user can change a shape's