Bug report
RadioGroup Validation fails always when Component is bound to Model
Reproduction of the problem
- Define a FormViewModel and set its data annotation to [Required]
- Initialize a Form and pass it the FormViewModel
- In the Form:
- set up Validation
- define an Item that uses the RadioGroup Editor
- Run the application choose a RadioGroup option and submit the Form
Current behavior
All the inputs of the RadioGroup Component get the data-val-required property and validation always fails
Expected/desired behavior
The RadioGroup's Validation should succeed, if one of the options is selected
Environment
- Kendo UI version: 2021.1.330
- Browser: [all ]