What is the link for Online help for the RadTreeview control for AJAX. B'cas when I navigate from the link provided, it's displaying the "An error occured while processing your request".
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
0
Simon
Telerik team
answered on 09 Jul 2008, 03:30 PM
Hi Madhu,
Please see our live example of Drag & Drop - it shows the most important and interesting cases of Drag & Drop.