Hello, I have a list view inside a list view. I don’t want to edit first list but i want to edit inside list. Because of inheritance am not able to edit inside list view. How can I achieve this?
asked
Vasanthi Ch
2 answers
2
What about setting the outer listview to not selectable? Wouldn’t this solve your issue?
answered
Andreas Blaesius
1
You will need to make both List Views editable.
Then in the out List View, you can set the displayed fields to be not editable, so they can’t be changed.