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

Asynchronous distinct filter item loading

1 Answer 48 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jacob
Top achievements
Rank 1
Jacob asked on 20 Jan 2014, 09:25 PM
The following post describes a way to asynchronously load distinct filter items:

http://blogs.telerik.com/vladimirenchev/posts/10-01-07/how-to-populate-radgridview-for-silverlight-distinct-filters-asynchronously-using-wcf-ria-services.aspx

I was able to get my code to work with this method (using a thread to retrieve the items from the DB and adding the result to the collection), but I wonder if there is any better/easier/cleaner way of doing it? The caveat with my current implementation is that I have to manually terminate the long-running thread whenever it becomes redundant (for example, when filter window closes, or when the whole grid is closed etc). 

Any idea/recommendation is appreciated. Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 22 Jan 2014, 01:14 PM
Hello,

This is what we can still recommend on asynchronous distinct filter item loading.

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
GridView
Asked by
Jacob
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or