Hi! I am trying to drag and drop within the same treeview and drag and drop between two different trees. I would like to be able to differentiate when I move in the same tree and in two different trees. My question is, how can I compare the sourceItem with the destinationItem before the nodeDragEnd function? Is there any way to do it? Thank you!
TREE A
TREE B
1
I have the same issue. I am trying to see if the treeview node is dropped in the same tree or in another to implement different functionalities. Is there any option or any attribute in the event to find the reference of the tree?