I've just updated the Telerik controls and now I am trying to find a new way to apply my filtering.
Previously I had a FilterDescriptor defined in the XAML for my grid, that allowed me to filter on a Data Member without including that member as a column. The grid is bound to a child collection of a parent object (which is the data context for the User control). But I need to filter the child collection so that items marked IsDeleted are never shown to the user.
What is the easiest, quickest way to do this now that FilterDescriptors are no more?