How to set Radio button data source dynamically?

0
I have a radio button on list view, I want to display radio button values dynamically at runtime.  How can I achieve this functionality,   Please suggest. Thank you in advance. 
asked
2 answers
0

What do you mean with “display dynamically”? You have radio buttons based on boolean or enum.

You can use conditional visibility to show/hide the radio buttons. Read more here: https://docs.mendix.com/studio8/page-editor-widgets-visibility-section

answered
0

Not possible with default Mendix. You might get this done with client-side Javascript.

answered