[flexcoders] How to Clear/Reset Item Renderers When the Data Provider Changes?

2008-04-03 Thread Paul Whitelock
I have a single row DataGrid with a typed object bound as a data provider. When data is entered in all columns the handler for itemEndEvent updates another DataGrid and creates a new empty object that replaces the previous data provider for the DataGrid. Even though the data in the new object

Re: [flexcoders] How to Clear/Reset Item Renderers When the Data Provider Changes?

2008-04-03 Thread Douglas Knudsen
Are you overriding the data mutator in your itemRenderer? Sounds like maybe a re-use issue. Read up on this stuff on Alex Harui's blog. Sorry no link at hand but Google will hit on it I'm sure. DK On 4/3/08, Paul Whitelock [EMAIL PROTECTED] wrote: I just tried removing the DataGrid from the