This question is locked. New answers and comments are not allowed.
How does the grid contruct the urls for the pager (when using server binding)?
I have the grid loading on a "/basic/productsearch" path but when I click another page in the pager it tries to go to a URL like "product?Products-page=2". Shouldn't that be "product/basicsearch?Products-page=2" instead? This way the automatic paging does not work for me. In fact even the URL I gave as example doesn't work because it is being picked by the same route as for "/product/basicsearch" which simply displays the search form. How are the paging, sorting and filtering parameters in the URL being used by the telerik grid to retrieve the correct data? Which action in the controller should such an operation (paging, sorting, filtering) call upon?
Thanks!
I have the grid loading on a "/basic/productsearch" path but when I click another page in the pager it tries to go to a URL like "product?Products-page=2". Shouldn't that be "product/basicsearch?Products-page=2" instead? This way the automatic paging does not work for me. In fact even the URL I gave as example doesn't work because it is being picked by the same route as for "/product/basicsearch" which simply displays the search form. How are the paging, sorting and filtering parameters in the URL being used by the telerik grid to retrieve the correct data? Which action in the controller should such an operation (paging, sorting, filtering) call upon?
Thanks!