Hi Team,
How to get the second tree view control while dropping a node from the 1st tree view control . I am using the following method
How to get the second tree view control while dropping a node from the 1st tree view control . I am using the following method
function
onNodeDropping(sender, args)
I can able to get the 1st tree view control name as :
var
draggedTree = sender._uniqueId;
I need to this to restrict user to drop nodes from second tree view control into the 1st tree view control .
Regards
Manoj