Hi,
I have UltraOptionSet with 3 items in it. I want item should be default selected when the form loads.
I have set the property of the item state as, but in vein it doesn't checked in states when the page loads.
ultraOptionSet1.Items[0].CheckState = CheckState.Checked;
What version of the control are you using?
And in what event are you placing this code?
Mike,
Thanks for you quick response.
I got a solution.
Need to set the UltraOptionSet.CheckedIndex={num}
thank u
Hello,
This issue was resolved in the Service Release that was published on Friday, July 11, 2014.