Support Article
In grid, Next and Previous pagination buttons are not localized
SA-30723
Summary
In Grid Pagination, "Next" and "Previous" buttons are not localized.
Error Messages
Not applicable
Steps to Reproduce
Use Grid with pagination.
Root Cause
This is as per design. As per design a "Label" with anchor tag is used with <pega:lookup> tag, due to this "Locale" setting on section cannot be honored.
Resolution
Save-as "pyGridPaginator" to his class and use below HTML without <pega:lookup>
<a href='javascript:void(0);' onClick='doGridAction(event,'PAGINATE','','next')' title='Next page'>Next</a>
Published November 24, 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.