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