RadioButtonList 的双击鼠标事件
我有一个带有多个 ListItems 的 RadioButtonList。当用户在思考之前单击时,他们会选择一个选项,即使他们在这里不需要它。
是否可以通过用鼠标双击列表来将 RadioButtonList 的 SelectedIndex 设置为 -1?
c# webapplication asp.net
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下 jquery 脚本将在双击时取消选中选定的单选按钮项目。
您可能还想考虑使用Ajax Control Toolkit 的MutuallyExclusiveCheckBox
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