This question is locked. New answers and comments are not allowed.
Hi,
I have a Grid with Server Side binding using nHibernate repository calls. It implements .Sortable and .Pageable. Filtering is done with a post and a few input fields. Is there a simple way to have the sorting and paging work within the current filtered result set? Since currently it uses the HTTP Get and brings back the original result set, albeit sorted.
Thanks!
I have a Grid with Server Side binding using nHibernate repository calls. It implements .Sortable and .Pageable. Filtering is done with a post and a few input fields. Is there a simple way to have the sorting and paging work within the current filtered result set? Since currently it uses the HTTP Get and brings back the original result set, albeit sorted.
Thanks!