Support Article
Pagination in Grid is not working properly
SA-17530
Summary
On any other than first page of the repeat grid, checking the check-box of any row on that page section causes page to refresh, showing the first page not the current page where check-box was checked.
Error Messages
Not Applicable.
Steps to Reproduce
1. Create a repeating grid layout with checkbox control.
2. Configure an onClick event to "Refresh The Section".
3. Run the use-case.currently the user is on page 1.
4. Traverses to page 2 or any other page, and clicks any checkbox.
5 Notices that the first page loads up.
Root Cause
An issue in the custom application code or rules is an expected product behavior.
Resolution
Here’s the explanation for the reported behavior:
It is not just the checkbox control but every editable field (that has OnChange/OnClick - Refresh this section configured) exhibits this behaviour. Whenever the entire grid is refreshed, and if Pagination is enabled on it, no matter on which page the user is, after refresh, the first page is loaded.
Published January 31, 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.