For those of you having problems when you only have one row, and the scrollbars appear on Internet Explorer, here is a quick hack… just add it on some function (like updatepager() on grid.base.js
if ($.browser.msie) {
$a = $(’.ui-jqgrid .ui-jqgrid-bdiv’);
$a.css(’padding’, ‘0 0 15px 0′);
if(ts.p.height == ‘100%’){
$a.css(’overflow-y’, ‘hidden’);
}
}
…
Regards
Tony
