AD
Administrator
Syncfusion Team
August 19, 2003 03:25 PM UTC
Make sure you are setting grid.AllowResizeToFit = false to turn off the grid's autosizing code that could step on your explicit sizing.
As far a serializing out the column order, the GridBoundColumn names serialization shoul dahndle that. But, as far as hidden columns goes, there is no dictionary object for use with those values. If you want to serialize them, you would have to use your own array similar to how the GridBoundColumn names are done in that sample.