runtime enumeration

1
I want runtime enumeration  User Add the data in textbox and those data Automatically add in dropdown
asked
1 answers
1

Hi there,

 

As far as I’m aware, you cannot modify enumerations during runtime.

An alternative solution is to create an entity for your dropdown. Here I’ve created a financial quarter dropdown by using the domain model:

 

Hope this helps,

Liam

answered