Binding to filtered version of collection
Posted
by Shane Fulmer
on Stack Overflow
See other posts from Stack Overflow
or by Shane Fulmer
Published on 2010-03-29T00:58:20Z
Indexed on
2010/03/29
1:03 UTC
Read the original article
Hit count: 355
I have a collection that contains all the items that I want to keep track of. I want to display 3 different grids, and in each one I want to display a different filtered version of the items. Is there a way to bind to a filtered version of the main collection without having to maintain 3 separate collections to bind to?
© Stack Overflow or respective owner