Hi,
I am facing a problem..
I used a simple type local dictionary and added enumeration values in to that to populate a dropdownby key
Now i want to add a new enumeration value into the dropdown dynamically as entered in the input field..
For that i used AttributeInfo and simplemodifiable type to add a valuset to the attribute but since there is one another dropdown that is populated from one another attribute but of the same type of the simple type dictionary..
i want to add new enumeration into simple type dictionary so that all the dropdowns available from that type should be modified accordingly
If anyone knows how to do that plz send me..