[flexcoders] calling multiple 'cellRenderer's for the same DataGridColumn ?

2005-07-21 Thread sanjayd
Hi. I have 2 cellRenderers: CurrencyCellRenderer to format a number to include '$' and commas etc. ColorRenderer to color a cell. I wanted to call both these renderers for a DataGridColumn. Is there a starightforward way to do it ? Thanks in advance. Sanjay -- Flexcoders Mailing List

RE: [flexcoders] calling multiple 'cellRenderer's for the same DataGridColumn ?

2005-07-21 Thread Matt Chotin
@yahoogroups.com] On Behalf Of sanjayd Sent: Thursday, July 21, 2005 1:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] calling multiple 'cellRenderer's for the same DataGridColumn ? Hi. I have 2 cellRenderers: CurrencyCellRenderer to format a number to include '$' and commas etc