dhtmlxGrid Scrollbar is always displayed in IE7 when auto-he

dear,



I use dhtmlxGrid 1.5 in IE7, I encountered a problem:



when I set auto-height mode and MaxHeight, dhtmlxGrid Scrollbar is always displayed. By seeing your example, I observed that this problem is related to webPage DOCTYPE.



Now, “” is choosed in my web page. If I change the <!DOCTYPE> into “”, the problem is disappeared, namly dhtmlxGrid Scrollbar is displayed when it is really needed.



But I can not change the DOCTYPE setup into HTML 4.0.1.



Please give me some help.



Thanks



Issue is not actual for latest codebase.
In case of grid 1.5 you can try to add next line to the grid init

grid._isIE7s = false;

It must normalize height calculation