I have an UltraOptionSet control that is unbound. Once a value has been selected, how can I clear the selected value? I want the net effect of all options in the UltraOptionSet control to be unselected.
I tried setting the Value property to null and DBNull.Value but neither cleared the selected option.
Just set
this will clear the current checked item and nothing else will be set.