hi....
I have Tree view and Data Table;i made both are draggable and droppable because my requirement is Once we drag a node from tree view to Data table It has to be column and when i drag column from data table onto the tree view Column has to remove from Data Table ...for this application i done both controls are draggable and droppable.and i used revert:true;when it is dragged out of droppable location it will come back;Its working fine for data table..but treeview is making problem if i drop node from tree view and drop on tree view itself its not reverting ;Its calling droppable function its not reverting...actually Once i drag from Data Table to treeview..This function has to call.. $("#treeviewDiv").droppable({});Its calling in wrong way.Please guide me in this...Here is my code:
Thanks in Advance.......
ManoRama