Multi Select in Enumeration Data

0
I have an data grid of a entity. In that New/Edit page i have a enumeration on this page .I need to select multi enumeration value. How can i do ?
asked
1 answers
3

You can not do this. What you could do is place the enumeration in a seperate entity and connect it with a one to many relation. This way you could add multiple objects to your main entity where each of this objects does contain the enumeration.

Regards,

Ronald

answered