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
I adjust this type of CSS in my jqgrid
.ui-jqgrid .ui-jqgrid-bdiv { position: relative; margin: 0; padding: 0; overflow: auto; text-align: left; }