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

[Solved] ASP.Net MVC2 Grid: Calling ajax request with page number

0 Answers 30 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nicky Formosa
Top achievements
Rank 1
Nicky Formosa asked on 20 Dec 2010, 03:46 PM
Hi all,

I'm currently setting up a page with a telerik asp.net mvc2 grid. It works great, but now i'm finding that its taking to long to load a heavy query which results into 10,000 records. The grid uses the ajax request to a controller method 'public ActionResult _AjaxBinding()'. My question at this point is: Is it possible that for each request done my the grid, to send the page number too? So that my controller method would now be 'public ActionResult _AjaxBinding(Int32 pagenumber)' ?? That way i can limit my query and it would definitely take less time to load. Thanks for your help Regards Nick
Tags
General Discussions
Asked by
Nicky Formosa
Top achievements
Rank 1
Share this question
or