I want to DragDrop TreeNode to and from a standard Div. Do I have to overwrite the default functionality of DragDrop of tree panel. Currently, I can successfully drag and drop within the TreePanel but I need to extend this functionality to external objects.
Can someone help me please.
Same here, within trees everything works fine, for components I got it working (dropping one component onto another), but I want to drop a node on a component. Any help would be appreciated!