Hi,
Im trying to combine a drag and drop enabled tree panel, and a drag and drop enabled data view.
Basically I want to combine the organizer sample (http://extjs.com/deploy/dev/examples...organizer.html) with a tree panel that can drag and drop on itself.
Basically Im running into problems, because the dual drag/drop conflicts with each other.
When a tree node drops on another node, it should fire an ajax call to update that tree item.
When a dataview item drops on a tree node, it should fire an ajax call to update that data's folder. It then should update the store.
Does anyone know of a working example of something similar to this?
I would really appreciate any help here!
Thanks!