Reference Selector is not Editable and grayed-out

0
Dear Mendix Community , I have a simple one to many child-parent relationship.  Now I want to filter the Child entity based on a selection from the parent entity.   For this I have created a page where I have added the Child entity in a List View data widget.  Within the List View I have included the a Reference Selector object, as all mentioned in the documentation. Attribute has been set to parent and no errors in the log.  In the Reference Selector object the "Editable"  setting (under Editability) is grayed-out and shows the text "Never (inherited)".  See screen shot.   As a result the reference is only displayed and I need this filter to be set by the user.  Does anyone has an idea how I can make it editable? I have Mendix version 8.10.3 Thank you and Regards Patrick   
asked
3 answers
4

Hi Patrick,

Did you set the List view / data view to be editable? if not then you can do that in list view > properties and this should solve your issue.

Hope this helps!

answered
2

Did you set your ListView to editable?

answered
0

@Mohammed, @Andreas, thank you! That did the trick. I have clearly a lot to learn!. Good that I have raised this, I was looking for it for some time. :-)

answered