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

RadGrid efficiency

3 Answers 117 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brett
Top achievements
Rank 1
Brett asked on 08 Mar 2012, 07:21 PM

I have a RadGrid that I have over a million records on. Currently I use a select * to display everything in the grid, so people can click next, put in a search in the filter, etc.It otherwise works perfect for me.

Under heavy load, I was wondering if there is a more efficient way to use the RadGrid, so instead of doing a select * for all the records, I can select 20 records, but still have the filters on top and the search capacity to search all million records if someone does it at the top. 

Thanks!

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 09 Mar 2012, 05:50 AM
Hello,

 I hope you are using Custom paging to present only fixed set of records at a time. Check the following demo which implements the same.
Grid / Custom Paging
Also check the following forum thread.
RadGrid filtering and grouping wiht custom paging

-Shinu.
0
Brett
Top achievements
Rank 1
answered on 09 Mar 2012, 05:53 AM

I sort of have custom paging working. The only problem is that when I click on the filter, it only filters the 10 records that I pulled. Is there a way to filter with all million records?

0
Pavlina
Telerik team
answered on 13 Mar 2012, 06:11 PM
Hello Brett,

I suggest that you go through the forum thread below which elaborates on this subject:
http://www.telerik.com/community/forums/aspnet-ajax/grid/filtering-with-customized-paging.aspx

Greetings,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Brett
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Brett
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or