Closed
Repeating Dynamic Layout Edit/Delete
Has anyone figured out a way to edit or delete rows in a repeating dynamic layout? I'm looking for similar functionality that is available for a repeating grid layout.


Hi Travis,
Outside of the RDL, create a link or button control and have it configured as follows:
The AddNewRow data transform contains a single action: Append to > nameOfPageList > a new page
Inside the section used by the RDL, create another control for delete:
The DeleteRow data transform is set up with a parameter (itemIndex in example above) and contanis a single action: Remove > nameOfPageList(Param.itemIndex)