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 Reply Children
No Data