Multiple font colors in one cell

Is it possible to have a single cell’s text that has multiple colors?



ie: This text is redthis text is blue



Ok, so that’s a bad example but hopefully it will give you an idea of what I mean.



Thanks,

James Snyder

You can store any html inside grid cell:
<![CDATA[This text is redThis text is blue]]>

I tried that an also the old and no one worked the font was black in the grid,
there is another metod?

Please be sure that you are not using any global css rules on the page, which can override inline html settings.
There is no any restrictions on an html content inside the cell, so any html formatting which you will define must be applied as is, without modification.