Unplanned
Last Updated: 16 Jul 2025 06:49 by Steven
Steven
Created on: 16 Jul 2025 06:49
Category: Spreadsheet
Type: Bug Report
0
Spredsheet data validation message is incorrect

Bug report

If you set a data validation for a number typed cell in the Spreadsheet, the message will be improperly formatted.

Regression introduced with 2024.4.1112

Reproduction of the problem

  1. Open the Spreadsheet Overview demo - https://demos.telerik.com/kendo-ui/spreadsheet/index
  2. Select an empty cell, and click Data Tab -> Data Validation
  3. Select Number from the dropdown
  4. Enter Min value
  5. Check the Show hint box, and click apply
  6. In the cell, type a value lower than the min

Current behavior

The validation message is improperly formatted - "Please enter a valid any value greater than 10,,10,,number,reject,greaterThan."

Expected/desired behavior

Message should be "Please enter a valid any value greater than 10."

Environment

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