Question
1
Replies
965
Views
Posted: October 29, 2018
Last activity: October 29, 2018
Closed
Repeating Dynamic Layout inside Repeating Grid
Hi,
I wonder if it's possible, when putting an RDL inside of a Repeating Grid, can I have it set focus on individual rows within the embedded RDL. By default, it just focuses on the parent Grid row.
(Grid Row) Master
(Embedded RDL Row) Child 1
(Embedded RDL Row) Child 2 <--- When clicked, it should focus on this row.
Is this possible?
***Edited by Moderator Marissa to update platform capability tags****
I don't think that ootb code can do that. You may need to write your own script to implement it.