When using sorting on a grid with more than one page only the current page is sorted (on the client side), is it possible to sort all pages? (on the server side).
The grid.DisplayLayout.AllowSorting property controls whether sorting is done on the client-side or the server side. You can use that to sort data on the server-side.
Hope this helps,
-Tony