I want to make specific column text wear underline .

Hi I wnat to make specific column text wear underline .
insteaed of using link with hypertext such as text^http://urladdress.com
I want to just make text underlined .
Is there way to do this?

You may set the style to your cells.
It can be done from the script:
myGrid.setCellTextStyle(row_id,col_ind,“text-decoration:underline;”);
or in the in the incoming xml with grid data:
value of the cell

Unfortunately it’s not available to apply the style for the whole column