Hello,
A horizontal scroll bar on jqGrid is still displayed even when the window width becomes enough.
The following is the procedure of reproducing the problem:
・ Set “overflow-y: scroll” to jqGrid. A vertical scroll bar appears at all times. While a horizontal scroll bar has not yet appeared.
・ Resize the browser window width shorter, consequently a horizontal scroll bar appears on jqGrid.
・ Resize again the browser window width to the previous width which should be enough not to display the horizontal scroll bar.
・ The horizontal scroll bar is still on jqGrid.
Is there any solutions to halt this motion?
This problem seems to be whether the width of vertical scroll has not been subtracted in the computation process which does not display the horizontal scroll bar when the window width becomes sufficiently long.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top