Question
2
Replies
209
Views
Posted: June 4, 2018
Last activity: June 5, 2018
Closed
Prevent control to first focusable element for a certain section/harness
Hello Pega Community,
I am currently working on Pega Platform 7.2.2, and I understand that it is OOTB behavior to focus on the first element on the particular screen.
In this case, i have a long scrolling grid, in which user can perform an action in the middle which requires a refresh section that contains the grid. Every time it refreshes, the screen will jump to the top.
Is there anyway to override this OOTB behavior for a certain section/harness?
Hi,
It is not suggested to change the code for this behaviour . In stead of the long scrolling grid could you go with Grid pagination design which is meant for avoid the long scrolling in the grid.