Hi
I need to develop an application which on clicking a button should make the child of the tree a parent and remove the existing relationship with its parent . Is it possible to do . If possible please let me know
thanks and regards
Krish
Similar functionality can be achieved in case of treeGrid, by using
grid.moveRowTo(childRowId,newParentId,“move”,“child”);