When a node is dropped it goes to beforenodedrop event in TreePanel
But what happens when node is invalid ? it doesn’t drop and so beforenodedrop event is not notified
What event is that????? Can somebody please tell me?????
Thanks alot in advance
Regards
To do some processing on a tree node after an invalide drop:
There is a method in Ext.tree.TreeDragZone, override that method :
Hope that helps somebody.
Regards