Threaded View
-
15 Mar 2010 4:53 AM #31Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 41
1. Use the following line to disable invalid drop animation:
2. Return false from beforenodedrop and do your Ajax request (optionally show some kind of waiting indicator).Code:treePanel.dragZone.proxy.animRepair = false;
3. When the response is received, move the node in code.


Reply With Quote