Question
Unitedhealth Group
IN
Last activity: 28 Feb 2017 3:54 EST
Is there a way to bring a row in grid layout into focus ?
I have a grid layout with scroll bar enabled (by default a fixed number of rows displayed). The requirement is to bring a row ( based on a condition ) into focus so that it is highlighted and visible to the user on load of the screen. The row that we need to bring into focus may not always be the displayed by default ( i.e., may not be within the fixed number of records). Do you know if there is a way to programmatically bring a row into focus ?
Thanks in advance for your help.
Message was edited by: Marissa Rogers - Added Category
We made changes to the column headers of the repeat grid to information in the record to be highlighted (copied over to a page property) using <pega:reference> tag along with displaying labels of column headers. This way column headers are displayed in one row, followed by record to be highlighted and then the grid layout without impacting any sorting functionality.