DevExtreme v23.1 is now available.
Explore our newest features/capabilities and share your thoughts with us.
In this demo, the CustomShapeTemplate method defines a common shape template and adds the Edit and Delete links to a shape. These links allow users to modify and remove employee data from the data source. The Diagram component reloads modified diagram data whenever the data source changes.
The OnRequestLayoutUpdate function specifies whether the component must reapply its auto layout once the diagram is reloaded.
The CustomDataExpr method links custom employee information from the data source to diagram nodes. Changes made to data are reflected in the diagram's history. Undo and redo actions (available within the control's UI) allow users to rollback/reapply changes.
The CustomShapeToolboxTemplate method specifies the template used for a shape within the toolbox.