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
380
Is there a way to set checkbox column in such way that only one row can be checked?
posted

Hi.

I have updating igGrid and some of my columns are dataType bool and format checkbox. What I want to achieve is to forbid the user to check more than one checkbox in a column, or if he checks another checkbox to uncheck all others? Is there some kind of option for this or should I implement a custom solution?