At the moment, our application utilizes the ExtJS tree view. We now have a need for users to be able to select multiple nodes (which the tree view already supports through a pluggable selection model) and then drag these selections to another section of the tree.
Is there an ajax control available (commercial or non-commercial) that allows for multiple-selection drag/drop functionality, or is there an example of how to enable this feature in ExtJS?