Your search did not match any results.

Diagram - Node List: Linear Array

This demo shows the Diagram component's capability to load an external tree structure from a linear array.

The component binds to a data object specified by the DataSource method. You should use the KeyExpr and ParentKeyExpr methods because of the data's linear structure. The Diagram uses information from the key fields to transform linear data into a tree.

Backend API