Assign two attributes to the same column

0
I have a Basic Data Type (Enumeration )and and Advanced Data Type attribute (Manually entered) attributes. Is there a way to assign these attributes to the same column? If not, I would like to assign one column to each but if the user chooses Basic Data Type then the Advanced Data Type column is hidden (Vice versa) (The user has a  radio box to choose between Basic or advanced )
asked
1 answers
0

If by column you mean a column in a datagrid, you can use Datagrid 2.0. This is available on the marketplace if it is not yet standard part of your Mendix version, with the latest versions of Mendix studio it is included as standard.

Here's the link:

https://marketplace.mendix.com/link/component/116540 

And more info about datagrid 2:
https://docs.mendix.com/appstore/modules/data-grid-2/ 

answered