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.
