Good afternoon. I have a grid where the datasource for the grid is a data set/collection, populated via a stored procedure call via server-side code. Paging of the data set is being done within the stored procedure, so that only data for the currently-viewed page is returned from the database. When I click on a header column, only the current page is sorted, because of the aforementioned set-up. Is there a way to have the entire grid/data set (not just the current page) sorted and then return to the page that I was viewing (although the contents would have changed, not just the order)? Any help is greatly appreciated. Thank you.
Best regards,
Chris
Best regards,
Chris