Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas Shah on Oct 03, 2008 05:49
open dhtmlx forum
DHX Grid: Extra row in Mozilla FireFox.

Hi there,
Why I am getting an extra row in the grid in Mozilla ?
Image Link:

http://img234.imageshack.us/my.php?image=extraspacemozillaou3.jpg



Answer posted by Support on Oct 03, 2008 07:40
This is just empty space below last row. 
If you want to remove it, just use 
    grid.enableAutoHeight(true);
Answer posted by Tejas Shah on Oct 03, 2008 22:26
Hi there,
            I have used following.
            usergrid.enableAutoHeight(true,"292",true);

            But still it shows the extra row. Why ?
Answer posted by Support on Oct 06, 2008 05:48
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 )