dhtmlxgrid issue in IE 10

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?

Please, try to add the sizes to your html body:

html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
}

If the problem still occurs for you pleas,e provide with a demo link or a complete demo,where problem can be reconstructed locally.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/tutorials__auxil … pport.html