2
« 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:
{"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?