I have a jqGrid with a lot of columns, and it shows up like this when the sum of the column widths are bigger than the fixed width container:
Instead of having a horizontal scroll bar if the width of the grid is too big.
How can I get a horizontal scroll bar for jQgrid so there is a fixed max size of the grid and if I add more columns it will simply scroll?
Also, assuming this is possible, can you freeze the first few columns?