Categories | Question details Back To List | ||
dhtmlxgrid - serialize If subgrids are used in a grid how is serialization managed for both the primary grid and any subgrids. Answer posted by dhxSupport on Feb 23, 2009 02:10 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. |