Index: branches/RC/core/admin_templates/js/grid_scroller.js =================================================================== diff -u -N -r10865 -r10867 --- branches/RC/core/admin_templates/js/grid_scroller.js (.../grid_scroller.js) (revision 10865) +++ branches/RC/core/admin_templates/js/grid_scroller.js (.../grid_scroller.js) (revision 10867) @@ -142,6 +142,8 @@ this.Width = w; this.Height = h; + this.MaxHeight = h; // maximal grid height from constructor (also save here, because this.Height will be changed after Resize method call) + this.AutoWidth = true; this.ScrollerW = 0; @@ -743,7 +745,7 @@ var w = this.MainInner.offsetWidth; if (!isset(h)) { - h = 'auto'; + h = this.MaxHeight; // 'auto'; } if (h == 'auto') {