Hi,
I recently installed IE8 and now am having an issue with an app I'm developing. I have a very simple webgrid on a asp.net form. At runtime, when I resize a column or columns, the header and the corresponding columns no longer line up. Am I missing a setting somewhere?
Thanks in advance for your help!
JCC
JCC,
Check out DisplayLayout.StationaryMargins and set to Header (or HeaderAndFooter if you have one). And also DisplayLayout.TableLayout set to Fixed.
I've had issues in IE7 as the columns were misaligned so this may help you (or not). Not done this in IE8 yet.
Andez