Hi all,

i have 2 treepanels loaded through WebServiceTreeLoader.
drag and drop work fine with EnableDrag="true" DDGroup="tree2tree" EnableDD="true"

i added:

<CustomConfig>
     <ext:ConfigItem Name="selModel" Value="new Ext.tree.MultiSelectionModel()" Mode="Raw" />
</CustomConfig>
in order to allow multiple selections, but when i try to drag this items only the one i use to drag is dropped.

somebody can help me?

Thank you in advance!

marcozzz