Categories | Question details Back To List | ||
Serialize header configuration width information Hi, I would like to know, is there a way to add header configuration width detail in serialized xml. Thanks Jineesh. Answer posted by Support on Aug 20, 2009 06:03 Second parameter of setSerializationLevel enables|disables output of header structure during serialization, so you can use grid.setSerializationLevel(false,true); |