Text value alignment in grid

The cell values printed along with the image(.gif) is aligned to the bottom of the cell where as cell values without an image is aligned to the top of the cell. How can the cell values without an image be aligned to the bottom of the cell or vice versa?



The code snippet for the problem is given as :



<![CDATA[

therer
]]>

<![CDATA[
100.00
]]>

<![CDATA[
17,000.00
]]>

<![CDATA[
0.59%  1 
]]>


The problem is not related to grid functionality, grid just renders content which you had provide.
In case of plain text values - vertical align can be set by setColVAlign. In your case extensive HTML formating used, which will override grid level behavior in any case.