Recently came through a problem, that is jqGrid is having a horizontal scroll bar in chrome, I have fixed this issue with the help of @Oleg comments here
My application is working fine now... Well
But now if I open my application in laptop, grids are having the horizontal scroll bar. I am able to reproduce this issue by Zoom-out on browser(Ctrl + minus symbol). But I don't know how to fix this.
Finally what I am trying to say is, Whenever I am zoom-out the application in browser, Grids are showing horizontal scroll bar. I tried autowidth: true
but not working. Can any one help me on fixing this.
em
instead ofpx
in the most cases. Currently one findsfont-size:11px
and many values likeheight:22px
,height:17px
and so on. I think that the usage ofem
would allows to implement clear zoom in/zoom out functionality in jqGrid. – Taskpx
intoem
. However both are not working for me. – Headless