is there a way to have the paging for the ASP.NET MVC Grid work on client side so that it doesnt make a server side call to fetch data.
2 Answers, 1 is accepted
0
Atanas Korchev
Telerik team
answered on 22 Mar 2010, 10:51 AM
Hi Vivek Verma,
No, this is not supported. Paging always makes ajax or server request to retrieve data for the next page.
Regards,
Atanas Korchev
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.
is there any plan to have it implemented in the next release . Since we are already getting data on the client side , why do we have to make a server call for the next page .