New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
GroupItemDrop
The GroupItemDrop is raised when a GroupItem is dragged and drooped on Node different than the Node which contains the item.
The event handler receives two parameters:
-
The instance of the orgchart firing the event
-
An event arguments parameter containing the following properties:
-
DestinationNode - the Node on which the GroupItem is dropped.
-
SourceGroupItem - the dropped GroupItem
-