Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Krishna Prabakar on Jun 18, 2007 18:21
open dhtmlx forum
DHTMLX TREE GRID

Is it possible to make the child of tree to be aligned with its parent ? Im developing an application such that when i select all the child of the tree and click a button it should be aligned along with its parent
Answer posted on Jun 19, 2007 14:26
The difference between level set by spacer image
    imgs/blanc.gif

so you can change the difference between levels by adjusting spacer image.

To fully remove difference between level you can add next css definition
    <style>
       div.gridbox img.space{
          style.display='none';
       }
    </style>
this will hide all spacer images
Answer posted by radyno (Support) on Dec 08, 2014 23:37

The information connected with gaant chart and ajax spreadsheet also can help you, so please check it too.