There is no official support for that. You can subclass DG and DataGridHeader, swap out the DG's headerClass to point to your DGH subclass and override drawHeaderIndicator
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of GreatStalin Sent: Tuesday, September 09, 2008 8:38 PM To: [email protected] Subject: [flexcomponents] DataGrid column-header mouseOver Hi old chaps! I'm making a component that extends from DataGrid, and I'm trying to make it so hovering the mouse over a column-header will make the header change to another gradient, rather than a singular colour. All I could seem to find was the style 'rollOverColor' in the DataGrid, but this accepts only a single colour, and would also affect the rollOver colours of any rows too! Looking around this forum, the only somewhat-relevant post I could find had a suggestion of overriding the 'drawHighlightIndicator()' method, but this never seems to get called in my component at all. Any help would be greatly appreciated, Thanks in advance, GS. -- View this message in context: http://www.nabble.com/DataGrid-column-header-mouseOver-tp19391088p19391088.html Sent from the Flex Component Development mailing list archive at Nabble.com.
