We are currently using the ExtJS tree view in an application - a requirement has arisen requiring a user to select multiple nodes (which the tree view supports currently through a pluggable selection model) - but you can not then drag the multiple selections to another part of the tree.
Does anyone know of an ajax control (commercial or non-commercial) that supports multiple-selection drag / drop - or a example of enabling this functionality in ExtJS?
Check out this post in the ExtJS forum that details how you can enable multi-select in a Javascript tree.
http://extjs.com/forum/showthread.php?t=28115
Got the same issue. I just found the solution :
..new Ext.tree.TreePanel({
...
selModel : new Ext.tree.MultiSelectionModel()
...
})
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With