RE: [flexcoders] Does Drag Drop Only Update the DataProvider?

2007-05-18 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] Does Drag Drop Only Update the DataProvider? I have a DataGrid that has a dataProvider bound to an ArrayCollection. code mx:DataGrid id=dgEmployees dataProvider={__employees} ... /code I also have another DataGrid (dgAllEmployees) that is within a popup, which I use

[flexcoders] Does Drag Drop Only Update the DataProvider?

2007-05-17 Thread Geoffrey
I have a DataGrid that has a dataProvider bound to an ArrayCollection. code mx:DataGrid id=dgEmployees dataProvider={__employees} ... /code I also have another DataGrid (dgAllEmployees) that is within a popup, which I use as a source for Drag Drop operations to populate the dgEmployee