Add editable base on condition to containers or data views - Mendix Forum

Add editable base on condition to containers or data views

22

In my app I want to lock a group of fields based on an certain value. Of course (and that is what I did), you can change the editable parameter of an input widget to conditionally and add an expression. This works fine.

However, if you have multiple input fields for which you want to change the condition (same condition), you are repeating yourself a lot (DRY!). It would be great if there was a way to do this differently. For example, by setting the condition to a container or a data view

asked
1 answers

Would be nice if this would become similar to the visibility-setting.

Created