Categories | Question details Back To List | ||
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 |