Grid Height Not Loading Until Column Resize Clicked

Hello, thanks for the help on the previous problem. The problem we are having now involves the grid only loading the full height set in mainGrid.enableAutoHeight(true, 800, true); when multiline is set to true, or if multiline is set to false, resizing a column makes the entire grid load to 800. Any idea why?

Thanks,

Matt

What it the skin of grid and in which browser issue occurs ?
Are you using default skin or a custom styling ?

The column resize is not related to the grid’s height, but after each resize action grid will change column width and readjust global sizes. If skin styling is invalid, each size recalculation can increase the total heigh of grid.

Even without a skin applied, in internet expolorer 9, the grid height doesn’t load unless the column resize is clicked around 3 times. The problem appears in Chrome sporadically.

If issue still occurs - please provide any kind of sample or demo link in whiсh problem can be checked.