That's a bug in 2.0. In 2.0.1, the styles textSelectedColor and textRollOverColor will help.
For now, you should subclass DataGridItemRenderer and override the coloring code in updateDisplayList. ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of arpan srivastava Sent: Thursday, November 16, 2006 11:42 PM To: Flex Coders Cc: Flex Components Subject: [flexcomponents] Remove the row selection from the datagrid Hi All, I don't want the datagrid selection i.e. whenever you click on a row it gets selected. for this I overrided the drawSelectionInidicator() and left it empty. Now if I click on any row it is not selected but when I change the font color/font size of the text in the by setStyle() then the text in the row that I clicked turns black. I think this is a default behavior but does anyone know how to override it.
