Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
385
IE8 - Column Resize Issue on webgrid
posted

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 

Parents
No Data
Reply
  • 2265
    posted

    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

Children
No Data