How to make data view accept enumeration as a data type?

0
Hello,   In my app I need to add products to a product list and these products have specific categories (phone, television etc.) I'm using the enumeration data type to create the categories but the problem is that in my Product_NewEdit page I'm using a Data View to enter the information.   Data View does not accept enumeration as a data type. How can I work around this? Are there any libraries or other techniques I can use to do this?   Thanks     (Mendix version is 10.10.0)
asked
1 answers
1

Select the dropdown widget in your dataview for the ProductType attribute.

You cannot select a text-box widget for the product type.

answered