Discussion
1
Replies
485
Views
Posted: August 6, 2015
Last activity: August 13, 2015
Closed
Get a Value from a Repeating Grid
I have a Repeating Grid View, which is sourced from a Report Definition. I want to get a property value(a sourced column of the Report Definition) when a single row of the list is clicked.
I'm quite new to Pega, so I would appreciate any idea.
Hello,
You can do a lot with a Repeating Grid layout. What do you want to do with the property value after you click on the row? Depending on the use case there could be a different answer.
If you explore the 7.1.6 help for Grid Layouts here. https://pdn.pega.com/sites/pdn.pega.com/files/help_v71/procomhelpmain.htm#rule-/rule-html-/common/commonlayoutgridv6.htm
I would call to your attention the options available if you select Master Details on the Operations tab. This would allow for model dialogue on click. Then you could customize a flow action to display values to the end user. As one example.
Another option might be to put a button on each row that on click fires an action. When you configure the button you go to the actions tab and there are specific actions for "Lists". Variety to choose from. That information is also in the above help article.
To give you some ideas take a moment to explore the UI Gallery. Designer Studio>User Interface>UI Gallery. There are examples of Repeating grids with actions on the rows.
Regards,
Tara
Pega Academy Support Team