Grid does not move along with the scrolling

Use Grid v3.5 on Internet Explorer 9.

I created a simple grid:

[code]

gridObj = new dhtmlXGridObject(“grid1”);
//basic and standard codes to initiate the grid (followed the online sample on dhtmlx.com)
gridObj.clearAll();
gridObj.init();
gridObj.loadXML(…); [/code]

The problem is that when use the screen’s vertical scroll bar to scroll up and down of the screen, the grid does not move along with the scrolling action.

However, the grid does response to the exact same scrolling action on Firefox, Goold Chrome, and Safari. Why not working on IE (9)?

Thanks to help.

Unfortunately the issue cannot be reconstructed locally.
Please, try to add the width to your html-table in pixels.
If issue still occurs for you - please, provide us with a complete demo where the issue can be reconstructed.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/doku.php?id=othe … leted_demo