the grid is showing a white space at bottom as if it needs t

this is how i build the xml for the grid:

fwrite($fp,"".$status."\n");

fwrite($fp,"".$result[‘Date’]."\n");

fwrite($fp,"     “.$routeFromId.”\n");

fwrite($fp,"     “.$result[‘StopFromId’].”\n");

fwrite($fp,"     “.$result[‘TimeStopFrom’].”\n");

fwrite($fp,"     “.$result[‘StopToId’].”\n");





where $status is one of the following variables

$check="<![CDATA[check]]>";



$alert_overcapacity="<![CDATA[alert_overcapacity]]>";



$alert_no_seat="<![CDATA[alert]]>";



if i put ‘***’ instead of $status the grid is displayed without the white space, therefore it must be something wrong with $status.



the xml looks like this :



-

-

12-08-2008

27

34

26

41

1

0

o







As you can seethe status cell is not in it. I have tried to put setsizes() after i loas the xml , but it was no good





You are using images inside cells - if such images has height greater than expected height of row ( 20px by default ) - it will corrupt autoheight logic ( the image size may be detected only after images loaded, so component can’t detect moment, when data in grid takes final size )