Here's the scenario:
Silverlight 4.0, DataGrid, PagedCollectionView itemssource.
The objective is to apply a Filter to the PCV. The filter needs to be a ...Predicate<object>(Method)... - where Method implements some logic against the object and returns t...