dhtmlxgrid subrid serialize().

Hi,

I have a dhtmlxgrid and some of its rows contain a subgrid.

I would like to serialize the whole structure ( all grid rows and subgrids too)

Is there any way to do this? myXML = myGrid.serialize();

Thanks :wink:

Unfortunately it is not available to serialize the grid grid with the subgrid data.

Any alternative solution to save the grid state?

Unfortunately it is not available to export add the subgrids data together with the main grid data.
You may try to use the dhtmlxTreeGrid instead of the dhtmlxGrid with subgrid.