RadOrgChart supports drag-and-drop of Nodes and GroupItems.
The functionality could be enabled by setting EnableDragAndDrop property to true.
In this example the RadOrgChart is in GroupEnabledBinding (groups are available), so it is possible to drag-and-drop Nodes and GroupItems.
Keep in mind:
-
To change the OrgChart hierarchy after drag-and-drop you need to handle NodeDrop and GroupItemDrop events and reorder the control's data source.
There is no automatic update on the underlying data source.