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
95
UltraOptionSet
posted

Hi,

With the UltraOptionSet, I know you're able to add options progrmatically, but is there a way to 'disable' some of them in the list?

For example: Have an option set list displayed to the user: Favourite colors: Red, White, Blue, Black.
But we know that this particular user will never choose 'Blue', so 'disable' this option, (don't allow the user to select it, but let it be displayed dimmed, and the other options selectable).


 

 

Parents
No Data
Reply
  • 460
    posted

    I had the same issue, I went with the System.Windows.Forms.OptionButton, with the MS control each radio button is its own control and they all sit in a goupo box container, but you have to write a bit more coding like in the old days...

Children
No Data