Refresh issue-Repeating Dynamic Layout

We have a parent section A.

Inside Section A,

We have embedded Child Section B (Repeating Dynamic Layout)-Read-Only section

We have another embedded child section C (Repeating Dynamic Layout)-Editable.

In Child Section C, we have a Radio Button control and on click, we have refresh section. During refresh, automatically the section C(Editable) becomes Read-only and we are not able to perform anything.

Can anyone please check and let me know how to handle this issue?

@YUVARAJK8488 Hi,

Is there any condition specified inorder to make the section readonly or is the configuration Auto?

@YUVARAJK8488

We found the issue and the details are below,

Child section B-Class A

Child section C-Class B

Section name for both the Child Sections are same. On refresh of Section C(editable), it becomes read only since the section B(Read only )with the same name is read only. Even if the sections are created in two different classes, we are facing this refresh issue as we have the same section name.

We just renamed one of the section to resolve this issue.