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

RadGrid Slow

1 Answer 115 Views
Grid
This is a migrated thread and some comments may be shown as answers.
senthil nath
Top achievements
Rank 1
senthil nath asked on 28 Oct 2009, 05:34 AM
HI

Iam using Rad Grid View  When I scroll grid view Scrolling is very very slow

How can Make fast when i select Rad Gridview

Regards
S.Senthilnathan

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 28 Oct 2009, 10:43 AM
Hi,

When working with large data sets, it would be wise to make use of the virtual scrolling feature of the grid. When scrolling with the virtual scrollbar, RadGrid executes AJAX requests to change the pages (triggered by the RadAjaxManager or RadAjaxPanel respectively), i.e. no postbacks are performed. The overall behavior is smooth and with no flicker.

You can check out these links for more information on the same.
Client/server grid performance optimizations
Virtual scrolling/paging
Grid / Virtual Scrolling and Paging demo


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