dhtmlxgrid - serialize

If subgrids are used in a grid how is serialization managed for both the primary grid and any subgrids.


Unfortunately dhtmlxGrid hasn’t such functionality. You can get reference to the subgrid object


var sub=mygrid.cellById(rowId,cellInd).getSubGrid()


and serialize this object as odinary grid. Note, that subgrid object is created only after you open it.