Hi All,
I have found the way to use the horizontal scroll bar in JQGrid.
The Steps are:
1. First of all set below in JQGrid:
shrinkToFit:false,
forceFit:true,
and remove the autowidth property.
2. Make sure if the .ui-jqgeid .ui-jqgrid-bddiv class having the below style
overflow:auto;
3. and also check the table of the grid also doesn't have a width property.
Its working.....
Thanks.