I have two Treeviews on a page. On one treeview tvwSource I create parent and child nodes from the database. The child nodes are populated when I click on the "+" sign on the parent node which is handled in the tvwsource_click event. Now I want to drag the node from source to the destination treeview. I am able to drag and drop the parent nodes from source to the destination, but not the child nodes. I have handled the drag and drop operations in "RadTvwSource_NodeDrop" event.
Is there any other event where I should handle the drag and drop operations.
Thanks
Is there any other event where I should handle the drag and drop operations.
Thanks