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();