Search Results: wegh edit
- All Results 367
- Guides 135
- Reference 232
- Technical Demos
- Support Center
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
Editing
and behavior in each editing mode. Row Mode In this mode a user edits data row by row. When a user clicks an "Edit" button, the corresponding row enters the editing state, and the "Save" and "Cancel... Editors The columns's dataType defines a cell's editor that can be configured using the editorOptions object. However, this object cannot be used to change the editor's type or onValueChanged event
Editing
; With the TreeList you can edit data in several modes. Use the editing.mode property to specify it. jQuery JavaScript $(function() { $("#treeListContainer").dxTreeList({ // ... editing... appearance and behavior in each editing mode. Row Mode In this mode a user edits data row by row. When a user clicks an "Edit" button, the corresponding row enters the editing state, and the "Save
Dynamically Change Editor Properties in the Editing State
The following instructions explain how to dynamically change an editor's properties based on another editor's value: Implement the onEditorPreparing event handler Use this handler's editorOptions... ... @editor-preparing="onEditorPreparing"> <DxColumn data-field="FirstName" /> <DxColumn data-field="LastName" /> <DxEditing :allow-updating="true
Dynamically Change Form Item Properties in the Editing State
; item.itemType === "group" && item.caption === "Home Address") { const editRowKey = gridInstance.option('editing.editRowKey'); const rowIndex... = this.dataGrid.instance; const editRowKey = gridInstance.option('editing.editRowKey'); const rowIndex = gridInstance.getRowIndexByKey(editRowKey); item.visible