Pagination clears error message on page
Hi,
I have a requirement to implement a grid where there is a column for which there are few validations required. If the user does not fill in the column value in 2nd page in the grid and hits submit, error message is getting set (validate rule called on hit of submit button) but the grid is getting refreshed and moves to the the 1st page. If the user clicks the pagination icon and goes to the 2nd page then the section is refreshed and error message is cleared from the page. Could you please suggest on how to tackle this issue?
Thanks in Advance!
***Edited by Moderator: Pallavi to update platform capability tags***



4. Set the parameter values, pagesize according to the pagination size, pagelist used in the grid, pagemode (can be found this parameter value in tracer) according to pagination type, Section name as stream name. Then call pzdoGridAction with pass current parameter page, and call the validate rule.