Categories | Question details Back To List | ||
For tree datatype in dhtmlxgridtree type is it possible to make the child a Parent 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 Answer posted on Jun 21, 2007 16:45 Similar functionality can be achieved in case of treeGrid, by using grid.moveRowTo(childRowId,newParentId,"move","child"); Answer posted by Stanislav (Support) on Dec 03, 2014 07:05 Not much can be said in addition to the reply above, but you also can check javascript chart library and javascript tree menu and find out what we have probably missed in our explanation. |