Categories | Question details Back To List | ||
Is it possible to have a dhtmlxTree within a cell of a dhtmlxGrid? Is it possible to have a dhtmlxTree within a cell of a dhtmlxGrid? Answer posted by Support on Dec 21, 2007 03:03 There are three possible cases a) If you just need a tree structure - please check TreeGrid component b) If you need tree as editor - such functionality supported starting from dhtmlxgrid 1.6 - "stree" excell. c) If you need render a tree in cell of grid - you can load grid , and after that initialize tree in normal way, using grid.cells(i,j).cell as parent container |