Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Danielle on Oct 15, 2008 12:57
open dhtmlx forum
Expand a specific node in the treeGrid

Hi,

We have dhtmlxTreeGrid professional version 1.4. I am looking for a method to expand a specific row in the tree grid. I only found the method expandAll() to expand all the tree structures. Is there a way to only expand a specific tree structure?

Thanks,
Danielle
Answer posted by Support on Oct 16, 2008 02:19
There is a
   grid.openItem(rowId);
method, which can be used to expand some specific row instead of whole hierarchy