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
2515
Missing vertical scrollbar in igGrid
posted

I have an instance where sometimes the vertical scrollbar doesn't appear in my igGrid. I'm running Chrome (up to date) on two different machines, both running the same version of Chrome. One shows the vertical scroll, the other does not.

I traced the problem to the following:

Both have a DIV with id=gridAgeReadings_table_scroll. In one instance (the one that works) the style includes "overflow-y: auto" while the other (the one that doesn't have the scrollbar) does not. If I add my own styling to force the "overflow-y: auto" then the scrollbar appears.

Why does the code that instantiates the igGrid include the required css in one instance but not the other, when both are running the same version of Chrome?

I'm running 2014.2.

Parents
  • 23953
    Offline posted

    Hello Ray,

    The most probable reason for this behavior is that one of your machines is touch enabled and the other is not. On touch enabled environment we enable touch scrolling and as a result the desktop scrollbars are substituted with a custom scroll which shows a scroll thumb only while scrolling (this behavior is the same as on the mobile device). This behavior is enabled when Modernizr library is referenced on the page and Modernizr.touch == true.

    Hope this helps,
    Martin Pavlov
    Infragistics, Inc.

Reply Children