Categories | Question details Back To List | ||
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. |