Hi,
I need to validate that one or more checkboxes have been checked in a group. I read some other relative threads about that in this forum but I can't find my way with the responses. I was thinking it was something close to the way we do with radio-buttons, so I just replaced type=radio with type=checkbox in the following dojo example: http://dojo.telerik.com/uHEto
It seems that kendo.validate() does not pass on input type=checkbox (except when already checked !) and it appears to be an issue to me.
Note that I want to make this checkboxes' validation with kendo validator, not on an event like onsubmit for instance.
thank you for your help