Hi!
I just upgraded my projects to version 2009 vol 1 and my grids appear a little different now. The width of the columns have changed. Is there anything that I should be aware of in this context? I quickly read the "What's New" page of this release but I cannot find anything related to that.
Support for row layout grouping was added, which involved far-reaching changes to the row layout logic, which is what determines column widths, I suspect it has something to do with that.
If you are using RowLayouts, then it's possible that this could be related to the new RowLayout groups. But it seems unlikely that this would have affected the default width of the columns.
On the other hand, I can't think of any other features that would have caused this, either. Are you sure you have not changed the code in some way?
Can you post screen shots and what exactly has changed?
You might just want to call the PerformAutoResize method on each column in the InitializeLayout event of the grid to size each column to it's contents.