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
120
UltraOptionSet checked item
posted

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;