Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by andreea on Aug 18, 2008 02:04
open dhtmlx forum
is there a way to expand a subtreegrid using a function

is there a way to expand a subtreegrid using a function
Answer posted by Support on Aug 18, 2008 03:46
If you mean sub-grids it can be done as

grid.cells(i,j).open();
where i,j - coordinates ( row id and column index ) of related sub_row_grid cell.

In case of treeGrid, the same can be done as 

grid.openItem(rowId);