I need to make the text for the cells of a datagrid white. I have read a load of articles that tell how to do this but I must be missing something critical because nothing is working. I have very successfully changed the header text using this:
[AS]
var tf:TextFormat = new TextFormat();
tf.color = 0x003A72;
tf.font = “ASSA Vesta Bold”
myDataGrid.setStyle(“headerTextFormat”, tf);
[/AS]
I am at a loss. I have spent WAY too many hours chasing this down. Does anyone know how to do this?!