This question is locked. New answers and comments are not allowed.
Hi,
I am implementing search functionality in my ASP.NET MVC 3 application. Following are the requirements.
I am implementing search functionality in my ASP.NET MVC 3 application. Following are the requirements.
- User must be allowed to set search criteria. Search Criteria controls are not Strongly Binded.
- Upon clicking search button ajax call must be made to action to which users search criteria values must be passed and the results must be populated in the grid view.
- Paging and Sorting must be available on the results.
To achieve above functionality i used two approaches
- Ajax Binding:- http://demos.telerik.com/aspnet-mvc/razor/grid/ajaxbinding I can't figure out how to pass route values to the search action method.Since Search Criteria controls are not Strongly Binded.
- Twitter Binding: http://demos.telerik.com/aspnet-mvc/razor/grid/externalservicetwitter Paging and sorting are not working using this method.
Please let me know if i am doing anything wrong. Any solution to the above problem will be greatly appreciated.
Thank you,
Raja.