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

Radgrid pageing problem

2 Answers 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jeff Tang
Top achievements
Rank 1
Jeff Tang asked on 17 Oct 2008, 02:39 AM
I have a datatable that have 500 rows. And I assign it to the Radgrid by
"rgAdvSearch.DataSource = dtData" at page_load. My Radgrid don't have paging, but it takes over a minutes to finish loading. When I enable the paging of the Radgrid, it take only few seconds to get it done. I want to know how can it be faster if I don't want paging. Thanks. 

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 17 Oct 2008, 03:51 AM
Hi Jeff,

Here is a help article which explains on optimizing the Grid performance. Go through it and see if it helps.
Client/server grid performance optimizations

Thanks
Shinu.
0
Jeff Tang
Top achievements
Rank 1
answered on 17 Oct 2008, 07:09 AM
The problem is that when I use the change page size function to change the page size to the total number of records, it turns out the performance is ok. But it is so slow if I initially set a large page size. I don't know why. 
Tags
Grid
Asked by
Jeff Tang
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Jeff Tang
Top achievements
Rank 1
Share this question
or