DHX Grid: Extra row in Mozilla FireFox.

Hi there,

Why I am getting an extra row in the grid in Mozilla ?

Image Link:



img234.imageshack.us/my.php?imag … llaou3.jpg







This is just empty space below last row.
If you want to remove it, just use
grid.enableAutoHeight(true);

Hi there,
            I have used following.
            usergrid.enableAutoHeight(true,"292",true);

            But still it shows the extra row. Why ?

In normal case, used command must resolve issue.
Please provide full initialization code of grid.
( if grid was initialized from HTML, you may need to add grid.setSizes() after enableAutoHeight command )