Planned
Last Updated: 24 Jul 2025 08:09 by ADMIN
Scheduled for 2025 Q3 (Aug)

### Bug report

The Validator shows a duplicated error message when validating a CheckBox.

### Reproduction of the problem

1) Create a standard HTML form with a checkbox, which has two inputs - a visible one with value="true" and a hidden one with value="false" (this is the generated HTML markup when using <input asp-for="@Model.IsChecked" /> or Telerik UI for ASP.NET Core CheckBox component).

2) Initialize a Kendo UI Validator on the form and create a custom rule for the checkbox editor.

3) Submit the form and review the duplicated error message in the validation summary. The Validator validates both hidden and visible inputs.

A Dojo sample for reproduction: https://dojo.telerik.com/YoLKDPZQ

### Expected/desired behavior

A single error message must be displayed when the checkbox is not checked and the form is submitted.

### Environment

* **Kendo UI version: 2025.2.702
* **jQuery version: 3.7.1
* **Browser: [all]

Planned
Last Updated: 28 Jul 2025 07:11 by ADMIN
Scheduled for 2025 Q3 (Aug)
Created by: John
Comments: 0
Category: Validator
Type: Bug Report
0

Bug report

The Validator validates a disabled Upload

Reproduction of the problem

  1. Open the Dojo example and click the 'Submit' button - https://dojo.telerik.com/ceKdJFuW.

Current behavior

The Upload is validated although it is disabled.

Expected/desired behavior

Disabled elements should not be validated.

The issue is a regression starting with 2025.2.520 version.

Environment

  • Kendo UI version: 2025.2.702
  • Browser: [all ]