Is it possible to have a dhtmlxTree within a cell of a dhtml

Is it possible to have a dhtmlxTree within a cell of a dhtmlxGrid?

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