Grid in IE causes vertical size to increase without stopping

I create a dhtmlxGrid object in a page with a target of a div tag. When the page is displayed in Internet Explorer (6 or 7) the control is displayed properly but the vertical size of the page continues to grow without stopping. It appears to be in an infinite loop.



In this small example the header for the grid appears briefly and then disappears but in our project page the control remains visible. In either case the page continues to grow. (Note we are not using tables in our HTML but rather using CSS and div tags to control the layout.)











Test dhtmlxGrid with div



















 







In sample above you need to specify any fixed size to the grid container
   


or use auto-size mode
    grid.enableAutoHeight(true);