The DevExpress ASP.NET MVC Diagram extension can build a tree structure from a linear data structure.
Use the Bind(object nodeDataObject) method to bind the Diagram to the data source.
To transform a linear data structure to hierarchical, the data source should contain two additional fields:
You can bind other node settings to the data source. Assign field values to the corresponding settings in the Mappings.Node property.
The BatchUpdateRouteValues property specifies a Controller and Action that handle callbacks related to node and edge updates. When you update inserted items' data, use the MapInsertedItemKey method to provide key values for the items.
The SettingsAutoLayout property specifies the auto-layout algorithm and orientation the extension uses to build a diagram.
(you will be redirected to DevExpress.com to submit your response)