I have two rad tree views in my aspx page. I am binding one of the tree views with a dataset returned from the business method. I am trying to drag a node from this tree view into the empty tree view, but, the node does not get dropped. I am using the code given in this site demo. Please help me.
From my experience you cannot drop a node into a TreeView that is completely empty. For your purpose I would suggest having a permanent Root node which ensures that the Tree isn't empty and this will allow you to drag-and-drop.