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
85
Horizontal scroll bar appears only with IE7 not with IE8 and above document mode
posted

Hi,

I am using Infragistics 14.1 webdatagrid. I want both horizontal and vertical scrol bars to appear on the grid. Grid has 40 columns and each column has a width of 30px or more.

I have tried setting grid width to 500px so that combined width of all columns is > width of grid and thereby horizontal scrollbar is enabled. However, it did not happen, horizontal scrollbar did not appear. If I go to developer tools of IE 9 and change the document mode to IE7, then horizontal scroll bar appears. But if document mode is IE 8 or above, it does not appear.

I also tried setting the width of grid to 100% with no success. Have tried some suggestions given on other threads but nothing worked.

Please share your expert suggestions. Thanks!

- Atul

Parents
  • 16310
    Offline posted

    Hello Atul,

    Thank you for posting in the Infragistics community !

    What you describe is strange. I have tried to reproduce this issue but was not successful. Please see the attached sample where the grid's width(300px) < sum of columns' widths(600px).

    The scrollbar is rendered under IE 11, IE 10, IE 9, IE 8, IE 7 and no issues occur. If you manage to reproduce the issue please send the sample back for investigation or send us an isolated sample of yours.

    wdg_scrollbar.zip
Reply Children