I have a requirement to programmatically color coded grid cell text base on the property value from the source.
I have a requirement to programmatically color coded grid cell text base on the property value. The grid cell inline style configuration is not flexible enough to cover all possible variations. Can I set the property value like
String GreenText = "<FONT COLOR=\'lightgreen\'>"+GreenText+"</FONT>";
So the html page will render the text in Grid cell with this inline style?