Hello,
I have placed two ultraOptionSets on my form namely UltraoptionSet1 and UltraOptionSet2. Please see the picture below for the reference.
I want user to select only one item at a time.Currently when I run t he app, I am able to select both the options. Is there a way I can get this done ?
Thanks in adavance.
Manjusha
Hi Manjusha,
The UltraOptionSet is not like the RadioButton control. It is a single control that contains a SET of options. So if you are just using one option in each control like you have here, then you will need to manually code exclusivity. Otherwise, you need to add multiple options to one control.