Question
Hawaii Medical Service Association
US
Last activity: 4 Oct 2018 13:54 EDT
Repeating dynamic layout in place of repeating grid
I would like to use the repeating dynamic layout in place of repeating grid in order to insert new rows in each repeating layout. Would you please illustrate it?
***Updated by moderator: Lochan to add Category***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
GB
You need to create the section that you want to be repeated in the data class of the page list that you are sourcing the repeating layout from.
So in the example below I am sourcing the repeating layout from .TestPageList of which the data is of class SR-Data-Test2. I have created the section I want to repeat in SR-Data-Test2 and use this as the section in the repeating layout.
Incessant Technologies
GB
You can go through the below useful link .
https://docs-previous.pega.com/repeating-grid-and-repeating-dynamic-layouts
Pegasystems Inc.
GB
Repeating Dynamic Layouts do not have default controls to add new pages / rows like grids. You will need to configure this yourself.
For example, to add a new row you could use a button to call a data transform which appends a new page to the list.
Hawaii Medical Service Association
US
Hi Aldem,
Thanks, how can I make the section inside repeating layout behave like a new row in grid so that as a new page is appended a new section is added? I have a pagelist with which I am able to add rows in repeating grid via data transform but the same I want to achieve in repeated section.
Accepted Solution
Pegasystems Inc.
GB
You need to create the section that you want to be repeated in the data class of the page list that you are sourcing the repeating layout from.
So in the example below I am sourcing the repeating layout from .TestPageList of which the data is of class SR-Data-Test2. I have created the section I want to repeat in SR-Data-Test2 and use this as the section in the repeating layout.
Blue Rose Technologies GmbH
DE
Guys this is available OOTB. You can add a row for repeating dynamic layout using Add item action.
And this action is so flexible as you can target the repeating dynamic layout via pagelist source.
Tata Consultancy Services
US
From which version is this available?
sberbank
RU
Hello guys, do you working sorting or filtering on the columns in in the embedded repeating layout (on section RepeatDetails)?