Is it possible to style the contents of individual rows of a datagrid? What I'd like to do is make the text in some rows bold.
If this isn't possible without creating a cellrenderer, can anyone point me to simple renderer example that performs text styling?
See the CheckCellRenderer example:
http://livedocs.macromedia.com/flex/15/flex_docs_en/00000531.htm
Instead of creating a CheckBox, you create a Label, and set its fontWeight style to "bold".
I have a feelig there's an easier way to do this without using a custom cell renderer, but I'm just not looking into the docs...
Manish

