Thiyagarajan E

Thiyagarajan E

  • 772
  • 979
  • 111.5k

JQGrid Horizontal Scrol Bar Inside a grid

Nov 19 2016 4:23 PM
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. 
 
 

Answers (1)