mjschukas
May 23 2012, 02:46 PM
how do i unselect an option button without code...?
(i can clear with optionbutton1 = false)
???
thank you.
ipisors
May 23 2012, 02:50 PM
If
CODE
optionbutton1=false
is working, then what is your question? What can't you do?
mjschukas
May 23 2012, 05:30 PM
yes...thank you.
can i do with the mouse (i.e., no code)?
thank you.
ipisors
May 23 2012, 05:31 PM
No, you cannot unselect a radio button with mouse.
One suggestion is to create a dummy radio button, labeled "de-select" or something, so a customer has option to select it instead of the one he/she wishes to de-select.
Jeff B.
May 23 2012, 05:33 PM
Pardon my intrusion ...
Are you saying that you have an option group, that one of the options is selected (mouse-click), then you want to unselect any/all options? If so, one way to do that with a mouse-click, as you said, would be to add a command button to "clear" that selection. In the code behind the button, you'd use what Isaac pointed out.
mjschukas
May 24 2012, 09:58 AM
yes, thank you...
i was just hoping that i could click on/off with the mouse...?
thank you.
ipisors
May 24 2012, 09:59 AM
As far as I know, that's not possible. Some might say that the purpose of radio buttons is to require a selected option. De-selecting an individual radio button is not part of the master plan.
mjschukas
May 24 2012, 06:12 PM

thank you...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.