I am using the RadDataFilter to let my users set up advanced data filtering configurations and saving the FilterDescriptors in XML. I then recreate them on application initialization.
When the application is loaded I want to run my data filters against my source data but without showing the RadDataFilter GUI.
I want to run the data filtering in a background thread.
Is there a class I can use to execute filtering on a data source (IEnumerable) using CompositeFilterDescriptorCollection?
Best Regards
Frederik
When the application is loaded I want to run my data filters against my source data but without showing the RadDataFilter GUI.
I want to run the data filtering in a background thread.
Is there a class I can use to execute filtering on a data source (IEnumerable) using CompositeFilterDescriptorCollection?
Best Regards
Frederik