ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: knobbs on November 30, 2018, 04:11:41 am

Title: IE horizontal scrollbar missing - PQGrid 5.1 and 5.6
Post by: knobbs 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?
Title: Re: IE horizontal scrollbar missing - PQGrid 5.1 and 5.6
Post by: paramvir 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.
Title: Re: IE horizontal scrollbar missing - PQGrid 5.1 and 5.6
Post by: knobbs 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.