Sorting a Grid List
We are upgrading from PRPC 6.1 SP2 to 7.1.7. We switched our listviews to gridviews and have hadgood luck with one exception.
Our services to the back end get our data that we are using and we have the pagination activity just a service call that gets the list of data.
With in that page of data, the users can sort any column within the page. It worked fine in 6.1 this way but in 7.1.7 we are getting sent back to page 1 from Page 4 when we sort a column. It then sorts the first page of data by that column. Anyone know how we get around not going back to page 1 everytime?
***Updated by moderator: Lochan to add Categories***