[flexcoders] Re: Dynamic DataGridColumns & LabelFunction

2005-04-11 Thread joao_m_fernandes
"; > } > > Dirk. > > > > -Original Message- > > From: joao_m_fernandes [mailto:[EMAIL PROTECTED] > > Sent: Monday, April 11, 2005 3:51 PM > > To: flexcoders@yahoogroups.com > > Subject: [flexcoders] Re: Dynamic DataGridColumns & La

RE: [flexcoders] Re: Dynamic DataGridColumns & LabelFunction

2005-04-11 Thread Dirk Eismann
!"; } Dirk. > -Original Message- > From: joao_m_fernandes [mailto:[EMAIL PROTECTED] > Sent: Monday, April 11, 2005 3:51 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Dynamic DataGridColumns & LabelFunction > > > > > > Well what

[flexcoders] Re: Dynamic DataGridColumns & LabelFunction

2005-04-11 Thread joao_m_fernandes
Well what I want is to be able to assign labelFunction dynamicly. Depending on a selection I build an array of columns wich some have labelFunctions to format de data.At the end I replace current columns by the new array. If I define a fixed column in a dg whe labelFunction set I can watch the

[flexcoders] Re: Dynamic DataGridColumns & LabelFunction

2005-04-11 Thread Andrew Spaulding
mmm i would have assumed that the simple dot notation of mycolumn.labelFunction = myFunction; should have called the set method on the DataGridColumn. maybe do it this way?? mycolumn.labelFunction = Function() { //do the do here } i'm not sure .. just guessing! Andrew --- In flexcoders@ya