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

On Demand Paging

1 Answer 137 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rik
Top achievements
Rank 1
Rik asked on 15 Nov 2010, 10:21 PM
Hi,

lately I've been having performance issues as we're working with large dataset (over 3 million in some cases).

I was wondering if there's a way I could use the RadGridView with the RadDataPager to load data using the "on demand" approach. Can I change it to execute the query but download only the records of the current page instead of downloading everything the query returns? If it is, then would the GridView also populate all the filters based on the unique items on not just the current page but all the data from the query?

Thank you,
Rick

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 16 Nov 2010, 08:05 AM
Hi Rik,

When we release our new control called RadDomainDataSource, you will be able to bind RadGridView and RadDataPager to it and everything will be done on the server -- paging, filtering, sorting. We hope to release it with 2010 Q3 SP1. The distinct values for the filters will always be taken directly from the server with the help of a secondary RadDomainDataSource.

Currently, we have an example with Microsoft's DomainDataSource, but it has some coding involved.

I hope this helps.

All the best,
Ross
the Telerik team
See What's New in RadControls for Silverlight in Q3 2010 on Tuesday, November 16, 2010 11:00 AM - 12:00 PM EST or 10:00 PM - 11:00 PM EST: Register here>>
Tags
GridView
Asked by
Rik
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or