Discussion
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***
Hi Timothy,
The behavior that you see today in ML7 is by design. When the user is on any page (say the third page) and then sorts a column, a request is sent to the server and the complete data is sent back.
After that, the sorting is performed. Hence , as an user you can observe that sorting is performed on the fresh page instead of the third page