This is a migrated thread and some comments may be shown as answers.

Using Filter Descriptors in Background thread

1 Answer 45 Views
DataFilter
This is a migrated thread and some comments may be shown as answers.
Frederik
Top achievements
Rank 1
Frederik asked on 28 Aug 2012, 05:07 PM
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

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 29 Aug 2012, 08:54 AM
Hello,

I am afraid that as an UI Control which was created on the main UI thread, RadDataFilter cannot do part of its work on another thread.

Greetings,
Ross
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
DataFilter
Asked by
Frederik
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or