--- In [email protected], "xxmessiah2xx" <[EMAIL PROTECTED]> wrote: > > (this is literally my 1st flex app, so please bear with me as I > learn...) > > I don't follow your example. I add a style function to both the column > and grid which sets the font color just fine. but > adding "backgroundColor:0xFFFFF" never does anything, unless I swap to > a custom item renderer, then I lose the reference to what column I'm in > (so I can't set it to the correct color). > > As far as I can follow, those links provide info on setting the entire > row/column to a particular color, not the individual cell.
Go back and look again :-). The only reason the entire row is the same color in the particular way I implemented it is because my style function returned the same color for all columns in the row. -Amy

