-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
BugC: SpreadsheetFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback ItemRegressionBroken functionality which was working previouslyBroken functionality which was working previouslySEV: LowjQuery
Description
Bug report
Spreadsheet validation on datatype=list, values in the dropdown are parsed to numbers. Numeric strings are automatically formatted by removing the heading zero.
Reproduction of the problem
Dojo: https://dojo.telerik.com/eOOvKJxL
validation: {
dataType: "list",
showButton: true,
comparerType: "list",
from: "{ \"001\", \"002\", \"Baz item 3\" }",
allowNulls: true,
type: "reject"
}
The bug is a regression, formatting is different with a 2017 version: https://dojo.telerik.com/sCvgBzBa/5
The regression is introduced in 2020.3.1118 version most probably with this fix #6019
Ticket ID: 1678676
Common package issue: https://github.com/telerik/kendo-spreadsheet-common/issues/110
Environment
**Kendo UI version: 2025.1.211
**Browser: [all]
Metadata
Metadata
Assignees
Labels
BugC: SpreadsheetFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback ItemRegressionBroken functionality which was working previouslyBroken functionality which was working previouslySEV: LowjQuery