[flexcoders] Issue with Sorting DataGrid with itemRenderer

2006-05-26 Thread Nikmd23
I'm having an issue when I sort a DataGrid which has a column that is a custom itemRenderer. My renderer colors the text it outputs as red if a certain value is passed in. That works great, however, when I sort the datagrid, the red element changes it's position, and leaves the red color

RE: [flexcoders] Issue with Sorting DataGrid with itemRenderer

2006-05-26 Thread Joan Tan
{ setStyle(color, 0x00); } I hope this helps. Joan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nikmd23 Sent: Friday, May 26, 2006 5:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Issue with Sorting DataGrid with itemRenderer I'm having