We currently have our own mechanism for listgrid paging where we only send over the data allowed per page (when they click on some menus like 10 20 30 etc). The problem is that since we are using the client-side sorting, it will only sort the data currently present. What we would like to do is force sorting on the full list which we have on the server-side and then again, return only the number of data allowed per page.
I guess the first question would be how to get the listgrid to issue a call to the server when the user has changed the sorting.
I guess the first question would be how to get the listgrid to issue a call to the server when the user has changed the sorting.
Comment