ASP.NET Org Chart Component - Dragging And Dropping An Org Chart
New in version 3.2 The ASP.NET Org Chart Component supports drag and drop. To enable drag and drop the page developer:
- Enables the drag and drop functionality by setting the property DragDropSettings.Enabled to true.
- Binds to the ItemDropped event.
- Writes custom code to update the data source when an item is dropped.