Question
5
Replies
2865
Views
ANZ
Posted: August 28, 2017
Last activity: September 5, 2017
Closed
How to focus top page of the screen?
Hi Team, When am refreshing or onclick of WorkGroup the cursor pointing to first Editable field, But i want to poin the top of the screen. I have tried empty field placed top section and hidded-- Its not working(https://pdn.pega.com/community/product-support/question/screen-focus-not-starting-top-page). Please suggest.
Regards,
Muthu
***Updated by moderator: Lochan to add Categories***
HI,
you can achieve this by calling a script using window.scrollTo(x,y); and configure it on a refresh action
Thanks