Hi
I want to format portion of a text of a datagrid cell value. I am able to format the whole cell useing
datagrid.rows[0].cells[0].style ....
But i want to display part of the cell value in bold and part of the cell value in italics, etc. Is it possible ?