RE: [flexcoders] Re: DataGrid Column updates

2005-04-27 Thread Matt Chotin
If it works stick with it J   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: Wednesday, April 27, 2005 8:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: DataGrid Column updates   I ended off calling setValue on the column

[flexcoders] Re: DataGrid Column updates

2005-04-27 Thread viraf_bankwalla
could > try calling updateControl() on the DG. > > > > Matt > > > > _ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 26, 2005 6:36 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Data

RE: [flexcoders] Re: DataGrid Column updates

2005-04-26 Thread Matt Chotin
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: Tuesday, April 26, 2005 6:36 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: DataGrid Column updates   The invalidate did not result in the view to be updated until some action such as scrolling took

[flexcoders] Re: DataGrid Column updates

2005-04-26 Thread viraf_bankwalla
t; > > > > > Matt > > > > > > > > _____ > > > > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, April 26, 2005 10:22 AM > > To: flexcoders@yahoogroups.com > > Subject: [flexcoders] Re:

[flexcoders] Re: DataGrid Column updates

2005-04-26 Thread viraf_bankwalla
uesday, April 26, 2005 10:22 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: DataGrid Column updates > > > > > Any suggestions ? > > --- In flexcoders@yahoogroups.com, "viraf_bankwalla" > <[EMAIL PROTECTED]> wrote: > > >

RE: [flexcoders] Re: DataGrid Column updates

2005-04-26 Thread Matt Chotin
unsupported.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: Tuesday, April 26, 2005 10:22 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: DataGrid Column updates   Any suggestions ? --- In flexcoders@yahoogroups.com

Re: [flexcoders] Re: DataGrid Column updates

2005-04-26 Thread Jim Laing
You might try setting the booleans invDrawCols and invInitHeaders to true on the DG. The columns and headers shoud be redrawn next time round, or you could force a redraw. Check out the DG code in Flex for Flash ... it should make it clear. Jim On 4/26/05, viraf_bankwalla <[EMAIL PROTECTED]> wro

[flexcoders] Re: DataGrid Column updates

2005-04-26 Thread viraf_bankwalla
Any suggestions ? --- In flexcoders@yahoogroups.com, "viraf_bankwalla" <[EMAIL PROTECTED]> wrote: > > Hi, > > 1. What is the best way to have a column's headerRenderer update its > value (i.e. call setValue). > > 2. Have a column update its conthent - i.e. each of the column rows > up