Editing Content in Nested RG

In the design I am trying to build, I would like each of the Edit Icons to display a pop-up with a text field for the user to edit then save and see the changes reflected. I am able to do it for the Competency Area’s Name RG. I am unable to properly figure out how to reference the Nested RG items for editing because I have to render them as Text to get it to display. Would love any assistance!

The Design:

Structure:

It looks like the inner RG is displaying the display values of the Option Set. Which you can’t edit anyway. What are you trying to edit in the inner pencil icon?

Maybe seeing it with data helps:

So they are going to edit parent group's text? Or the titles as well, such as mid, associate, senior… I think parent group’s text is updateable in the same way, however, again as far as I see, you cant edit the titles because they are option sets. If you want them editable, you should probably change structure a bit.

The Optionset I totally agree, those are hard coded. It’s the descriptions under them that I am looking to have edited which you correctly called out Parent Groups Text.

I am trying to have the edit buttons display a Pop Up and that is where I run into challenges.

I get this error:

Maybe I will be forced to look into changing the structure around. Just trying that as a list approach because it’s working in other parts of the application I am building.

You should change the type of the popup to text and in the textfield (in the popup), bind to parent’s data.

This topic was automatically closed after 70 days. New replies are no longer allowed.