Serialize grid header?

Is it possible to serialize the header grid header information? (column widths, order and whether they are hidden etc).

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.