Hi,
I am creating a tree.I want drag and drop functionality of node to it.If I am droping a selected node over the target node it should get append to it.
In above scenario I have written a code which can drag a selected node and drop over the target node,but droped node is not getting appended to the
target node reason being I am not able to access or identify the target node.How to get the access to target node and append the droped node to it.
thanks
Rajiv