RE: [flexcoders] How to change the text in datagrid ?

2008-01-19 Thread Randy Martin
: Friday, January 18, 2008 1:54 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to change the text in datagrid ? You could use a switch() in a labelFunction(-). Tracy _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of markflex2007 Sent: Friday, Janu

Re: [flexcoders] How to change the text in datagrid ?

2008-01-18 Thread Scott Melby
Have a look at DataGridColumn.labelFunction here . hth Scott Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com markflex2007 wrote: Hi, I have a account list like this accou

RE: [flexcoders] How to change the text in datagrid ?

2008-01-18 Thread Tracy Spratt
You could use a switch() in a labelFunction(). Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markflex2007 Sent: Friday, January 18, 2008 2:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to change the text in data