I developed AJAX interface with jQuery and jqGrid.
How I can remove horizontal scrollbar from my jqGrid table?
http://dskarataev.ru/jqgrid.png
If I s
Here we go width : '1083', shrinkToFit:false,
width : '1083'
shrinkToFit:false,
When we set the above we need to make sure that our ui.jqgird.css are set as below
ui.jqgird.css
.ui-jqgrid .ui-jqgrid-bdiv { height: auto; margin: 0em; max-height: 250px; overflow-x: auto; overflow-y: auto; padding: 0px; position: relative; text-align: left; }