I have a RadioButtonList with several ListItems. As user click before thinking they select an option even if they don’t need it here.
Is it possible to set the SelectedIndex of a RadioButtonList to -1 by double-clicking on the list with the mouse?
asp.net c# webapplication
The following jquery script will uncheck the selected radio button item when double clicking on it.
You might also want to consider using MutuallyExclusiveCheckBox of Ajax Control Toolkit