Completed
Last Updated: 28 Apr 2021 07:36 by ADMIN
Zoltan
Created on: 27 Apr 2021 12:46
Category: Form
Type: Bug Report
1
RadioGroup Validation fails when Component is bound to Model

Bug report

RadioGroup Validation fails always when Component is bound to Model

Reproduction of the problem

  1. Define a FormViewModel and set its data annotation to [Required]
  2. Initialize a Form and pass it the FormViewModel
  3. In the Form:
  • set up Validation
  • define an Item that uses the RadioGroup Editor
  1. 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 ]
0 comments