I want to display the same ArrayCollection in two different 
DataGrids, but I want each DataGrid to have its own filter applied to 
that ArrayCollection.

Specficially, I want one DataGrid to show all elements in the 
ArrayCollection that have 'part_no == "c"', and the other DataGrid to 
display all elements that have 'part_no == "r"'.  Is there a way to 
do this without separating the original ArrayCollection into two 
different ArrayCollections?

Laurence MacNeill
Mableton, Georgia, USA

Reply via email to