Support Article
Repeat Grid - Sorting is getting lost on pagination
SA-30681
Summary
User configured a repeat grid with datapage as source with pagination enabled.
When they apply sorting in page 1 and navigated to next page i.e, Page 2. it is noticed that sorting is lost.
Error Messages
Not Applicable
Steps to Reproduce
- Have a repeat grid sourced with data page and enable the pagination.
- Apply sorting on page 1, now navigate to next page, say page 2. It is observed that sorting is lost.
Root Cause
An issue in the custom application code or rules that the refresh once per interaction in the Data page was checked due to which whenever the user is navigating to the the other page the data page was getting refreshed and hence the sorted data was getting lost.
Resolution
Here’s the explanation for the reported behavior: Need to have some when condition or need to define the refresh interval according to the business requirement for the data page.
Published November 22, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.