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
95
Mutually Exclusive Checkboxes
posted

I'm using a UltraWebGrid    ( v6.1, Version=6.1.20061.1076 ) and have declared a checkbox for one of the columns. I would like to have the checkboxes mutually exclusive, so that only one checkbox can be checked at any one time. I didn't see properties or options to set that would readily do this.

I was hoping not have to loop through each row when a user checks a box to see if any other checkboxes have been checked, and then pop up some message indicating that's not allowed. And or just uncheck any checkboxes that may have been already checked. In other words I would like to take the path of least resistance. Anyone have any experience with this, or implemented this kind of functionality. Thanks..