I am using the headerRelease event in the DataGrid control and calling 
preventDefault in my header release custom function, which, as you 
know, keeps the sort arrow from displaying. Therefore, I want to do a 
less complicated work around and just underline the header text when 
the column is sorted.

Is there a way to underline the header text just for the sorted column?

OR

Does anyone have a good work around for the ellusive sort arrow.

I did notice a post by Alex Harui 
http://tech.groups.yahoo.com/group/flexcoders/message/121805 that talks 
about subclassing a collection and either override the sort property or 
refresh method so the collection doesn't actually sort. Can anyone give 
some guidiance on this?

Thanks much,
CJ

Reply via email to