Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
926
UltraOptionSet
posted

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

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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. 

Children
No Data