Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Michael Richardson on Jun 25, 2008 06:47
open dhtmlx forum
Serialize grid header?

Is it possible to serialize the header grid header information? (column widths, order and whether they are hidden etc).
Answer posted by Support on Jun 25, 2008 09:55
Default serialization doesn't include such info. You can enable header serialization by
    grid.setSerializationLevel(false,false,true);
But it will not include hidden state info in any case.