Search code examples
javascriptjqueryjqgrid

JQGrid How do I removed the annoying horizontal scrollbar when autowidth = true? (In IE)


I seem to be getting an annoying horizontal scrollbar when using autowidth=true in IE

What is going on here and how do I get rid of it?

Annoying horizontal scrollbar


Solution

  • Make your grid tall enough to contain all the rows. The horizontal scrollbar is there because the vertical scrollbar is taking up some of the width normally used by the rows.