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

[Solved] Binding data based on the pagesize in radgrid

1 Answer 55 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Svs
Top achievements
Rank 1
Svs asked on 03 Apr 2013, 06:05 AM
Hi,

       I am using radgrid which is having more than 50000 records the response time is very slow. i need to improve the performance

What i am doing is retrieving data from sql as dataset and binding the dataset directly to the radgrid. How to resolve this?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 03 Apr 2013, 06:55 AM
Hi,

You can try the following approach mentioned in the help article to improve performance.
Client/server grid performance optimizations
Also you can try using CutomPaging which fetch only a fixed number of records and perform operations on this limited set of data.

Thanks,
Princy
Tags
Grid
Asked by
Svs
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or