StepByStep tutorial to start working with TreeGrid

Hi,

Can somebody guide me step-by-step tutorial to start working with dhtmlxTreeGrid component? I was looking for some simple tutorial which can guide me to start working with this component in the website but I am not lucky enough to find one.

Thanks in Advance.
Srini

TreeGrid is fully based on the dhtmlxGrid. You may use step-by-step guide about the dhtmlxGrid:
docs.dhtmlx.com/doku.php?id=dhtm … tart_guide

The only difference is that you should define the type of one the columns as “tree” (dhtmlxtreegrid.js is required)

And the data syntax has a little different format. The template you can find here:
docs.dhtmlx.com/doku.php?id=dhtm … ialization