0
votes

I have two panels that get dynamically loaded. I need to drag and drop between them. The problem is that once I drag and drop an unexpanded node it doesn't get copied completely... just the node, not it's subtree (children). I don't what it expended in the first place because it kills the performance... I need to copy it unexpanded. Could that be done?

PS: Using ExtJS 4.1.

1
share some more information such as your own code, what else have you tried.DarkKnightFan

1 Answers

0
votes

Check this example by Sencha. This might be useful.