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).
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...