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?
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.