Categories | Question details Back To List | ||
Method to collapse all subrows Is there any method to collapse all opened subrows made with sub_row_ajax ? Answer posted by Support on Apr 08, 2008 07:17 You can use grid.cells(i,j).open() grid.cells(i,j).close() More details can be checked here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Excell_API_reference.html#grid_excellsapi http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Sub_rows_new_data_dim.html#grid_subrowsndd Answer posted by Support on Apr 08, 2008 07:18 There is no public method to collapse all sub_rows You can try to use grid._collapsMonolite(); but it not purposed for public usage, so it may have some side effects |