RE: [flexcoders] Flex 2.0 b2: List, itemEditEnd event

2006-05-12 Thread Stephen Gilson
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex 2.0 b2: List, itemEditEnd event If the item was null we didn't do anything to create the item. The DataGrid doesn't know how to create a new item of your class so it may have just filled in the itemRenderer without doing anything. This allows

RE: [flexcoders] Flex 2.0 b2: List, itemEditEnd event

2006-04-29 Thread Matt Chotin
If the item was null we didn't do anything to create the item. The DataGrid doesn't know how to create a new item of your class so it may have just filled in the itemRenderer without doing anything. This allows you to create the object yourself, which you should probably do in the