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?
hi Georgi,
I can't propose you a ready solution, but you can implement it on your own by listening to the editCellStarting, editCellStarted, editCellEnding, editCellEnded events.
You could find more information about these events here: http://help.infragistics.com/jQuery/2012.1/ui.iggridupdating
I'm not sure how you want to forbid the user to check another checkbox - using error message, or unchecking the last checked one.
Hope this helps.
Regards
Lyubo