Grid container resizing on various events (shouldn't)

Hi,

I have a grid on a simple page. The container div width(css) is set statically; however, after an event it has its width(css) altered (in IE it gets bigger, in FF it gets smaller).

Events: filter text change, sort click on a header, column resize

Column resize seems to shrink the div width to 0 very quickly, assuming this is because some grid layout function is being called repeatedly very quickly.

Has anyone come across this before? How did you solve it?

Update: after searching around, the function causing this is grid.setSizes();

Similar issue was fixed at the latest version of dhtmlxGrid. If your grid container is within table, try to add following css to it: