Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by tonyw on Feb 21, 2009 20:25
open dhtmlx forum
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.