This question is locked. New answers and comments are not allowed.
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
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