Lets say I have 2 DataGrids, one has user info in it (populated with a binded ArrayCollection) and the other is blank (lets call it id="teamDG"). You can drag the people from the populated to the blank to populate it. Got that part to work fine.
When you have dragged all the people you wanted to the blank one and then wanted to save that new group of people, how can you go about saving them? Is there a specific array or object associated with that DataGrid (teamDG) which then you can pass to a function to populate a database? Any examples or tutorials out there? Thanks.

