Are you using generic Objects in the ArrayCollection or do you have VOs created for your data? I've had weird things happen when using generic objects but using VOs tends to make things run way cleaner.
-- Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 ---------------------------------------- From: Laurence MacNeill <[email protected]> Sent: Thursday, May 21, 2009 9:37 PM To: [email protected] Subject: [flexcoders] Still more problems with DataGrid As I add and delete items from my DataGrid's dataProvider (an ArrayCollection), my custom ItemRenderer starts messing things up. It "remembers" values from previous data that was there, but got deleted. But the weird thing is, it doesn't *always* do that, only some of the time. Basically, it'd be nice, whenever I delete a value from the DataProvider, to completely "reset" the DataGrid. Make it re-render itself completely from scratch, including the custom ItemRenderer in the 3rd column. How do I do this? Thanks, Laurence MacNeill Mableton, Georgia, USA

