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
275
Allow only one checkbox to be checked in igGrid
posted

Hi, 

I am using IgniteUi & Asp.net MVC.

I have an igGrid which has  checkbox column. I want to allow the user to check only one checkbox in all the rows at any given time.

If the user checks one checkbox, the already checked checkbox should be unchecked. Basically I want the functionality like that of radio button which allows only one item to be checked at any given time. Is there a way to do that through IgniteUi's helper methods or do I have to do it manually through jQuery? Also the checkboxes in iggrid are rendered in span tags instead of input tags which is also going to be a problem for me if I do it manually.

Parents Reply Children
No Data