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

[Solved] Radgridview Performance with 1m records

1 Answer 124 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.
Abhishek Gairola
Top achievements
Rank 1
Abhishek Gairola asked on 07 Sep 2010, 05:08 PM
Is there any way to improve performance with over 1 million records being loading in radgridview
currently it is taking over one minute to load

Can I load only 50-100 records at a time.
I am using datapager but it loads all records and displays only a particular number of records.
I would like if datapager could fetch only 50-100 records from the database at a time.

Is there any way to do it?

thank you!

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 08 Sep 2010, 06:26 AM
Hi,

 If these records are in memory the grid will show them at once in less than a second. You can check this demo for more info. If you want to retrieve records from a service it will be better to use paging similar to this example

Greetings,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Abhishek Gairola
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or