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

RadGrid paging/filtering on client side

1 Answer 82 Views
Grid
This is a migrated thread and some comments may be shown as answers.
viakoven
Top achievements
Rank 1
viakoven asked on 03 Dec 2012, 10:04 PM
We have a problem where in IE (6,7,8) RadGrid response is rather slow and we're trying to improve performance. I understand that IE has a slower JS processor, but I think the major issue we have is that for each paging/filtering request, OnNeedDataSource is called and that takes a chunk of time. My question is whether we can have the data pulled once on page load and paging/filtering done on the client side to improve performance?

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 04 Dec 2012, 04:20 AM
Hello,

Please try with webservice  Binding.

Bind your grid with WCF Service :  Grid / .NET 3.5 Client-Side Binding

How to pass your own parameter in service  : RadGrid with WCF Rest Service


Thanks,
Jayesh Goyani
Tags
Grid
Asked by
viakoven
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or