Categories | Question details Back To List | ||
Export sub grid data Hi How can i export grid data along with sub grid's data? Answer posted by dhxSupport on Oct 12, 2009 07:28 There is no way to serialize grid data along with sub grid's data. You should access sub grid object with getSubGrid() method http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:methods_specific_for_some_excells#sub_row_sub_row_grid_sub_row_ajax and then serialize sub grid to the xml or csv formants http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:grid_serialization&s[]=serialize |