Author Topic: IE horizontal scrollbar missing - PQGrid 5.1 and 5.6  (Read 1885 times)

knobbs

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 8
    • View Profile
IE horizontal scrollbar missing - PQGrid 5.1 and 5.6
« on: November 30, 2018, 04:11:41 am »
We are trying to upgrade a grid from 3.3.5 to 5.6 (first attempting 5.1), and we initialize it with the following options:

Code: [Select]
{"bootstrap":{"on":true,"grid":"pq-small-font-grid"},"collapsible":{"on":false,"toggle":false},"columnTemplate":{"halign":"center","minWidth":40,"resizable":true},"roundCorners":true,"showTop":true,"showTitle":false,"showBottom":false,"showToolbar":true,"numberCell":false,"minWidth":200,"oddRowsHighlight":true,"columnBorders":false,"wrap":false,"hoverMode":"none","editModel":{"clicksToEdit":1},"height":"flex","freezeRows":1,"selectionModel":{"type":"row"},"scrollModel":{"autoFit":false},"editable":false,"freezeCols":4,"width":"100%"}
In Chrome, everything is good.  In IE, the horizontal scroll bar will not display.

Is there anything that could be affecting this?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6296
    • View Profile
Re: IE horizontal scrollbar missing - PQGrid 5.1 and 5.6
« Reply #1 on: November 30, 2018, 05:23:32 pm »
I don't see anything unusual in your grid options which would cause horizontal scrollbar to disappear in IE browser only.

Which IE browser version?

Do you see same/similar issue in any of the demos or could you please share a jsfiddle so that I can check it further.
« Last Edit: November 30, 2018, 06:45:43 pm by paramquery »

knobbs

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: IE horizontal scrollbar missing - PQGrid 5.1 and 5.6
« Reply #2 on: November 30, 2018, 10:49:50 pm »
Thank you for your reply and I apologize--when we were creating the fiddle, we discovered that there were css settings in another file the html element that was disabling the scroll on overflow, so the issue is our css.