Hi all,
i have used WebTree control in my page and have some problems in drag and drop functionality.
For Ex: Root node is "Navigation".
Parent node is "Folder1".
child nodes for Folder1 are "ChildNode1, ChildNode2 and ChildNode3".
drag and drop functionality is working in between the parent nodes.
but its not working when i am dragging the ChildNode1 and dropping this into ChildNode3(its not working in between the child nodes).
Can anyone help me out?
Hello,
I am trying to reproduce the problem, unfortunately to no avail. For example, if you go to this drag and drop online sample, you can see that the same scenario is depicated there and it is working fine (sibling over sibling works fine).
Is there something else that we might be missing?
Hi,
I have worked online sample but its not working correctly. My problem is when i drag the parent1 node to drop any other parent node,the parent1 node childs are deleted.But ,i need to drag the parent node with their child nodes to drop any other nodes.
For ex,
Parent1 node is P1.Its child nodes are c1, c2 and c3.And another Parent node is P2.If i drag the node P1 and drop it into another Parent node P2 means the Parent Node P1 only dropped its child nodes c1,c2 & c3 are deleted. I need to drag and drop Parent node P1 with their child nodes c1,c2 & c3.
Can any one help me.