I have a dhtmlxgrid that is working correctly in all browsers except IE. In IE with compatibility mode off, I am not seeing a horizontal scroolbar, and the columns are not adhering to the setInitWidths that I have set, but the grid does resize when the screen is minimized. With compatibility mode on, the columns adhere to the setInitWidths values, and I see a horizontal scroll bar, but when I minimize the screen, the grid does not resize with the screen.
What I want (and what I am getting in all the other browsers) is for the grid to resize when the screen is minimized, and show a horizontal scrollbar when necessary.
CODE:
How can I get this working correctly in IE with compatibility mode off or on, like it is in Firefox and Chrome?