Remove horizontal scroll when set_autowidth() is set to true
<script>// hide horizontal scroll bar $(function($){ $('.ui-jqgrid .ui-jqgrid-bdiv').css('overflow-x', 'hidden');});</script><script>// hide horizontal scroll bar $(function($){ $('.ui-jqgrid .ui-jqgrid-bdiv').css('overflow-x', 'hidden');});</script>