Use Case:
- End-User searches for something and an ArrayCollection is returned with Result objects. This is displayed in a data grid.
- End-User selects a few of the search results and "moves" it over to another datagrid for use later.
- End-User does another search.
PROBLEM: Some of the search results might contain something the user already previously selected and moved over to the second datagrid. I want to remove these from the second search result.
How can I do this quickly, and efficiently in Flex code?