I am using PEGA 8.
On click of a hyperlink I am trying to set focus to a specific row in a table layout.
The property is inside class A-D-M-B
The row of the table layout is inside A-D-M-A
A-D-M-B is an embedded section in A-D-M-A
I am trying to set focus by using set focus display and have specified the page list property from (A-D-M).
I am making use of the other option from index to set and passed in a static index value.
Set focus functionality is not working as expected
@AlagappanR To set focus to a specific row in a table layout, you can use the ‘Set Focus’ action in the action set of the hyperlink. However, setting focus directly to a row in a table layout might not work as expected due to the complex structure of the table layout. Instead, you can try setting focus to a specific control within the row. For example, if you have a text input or a button within the row, you can set focus to that control. Make sure that the control you are setting focus to is focusable (i.e., it is not disabled or hidden).
This is a GenAI-powered tool. All generated answers require validation against the provided references.