Bug report
Currently if the string "null" is processed by the dataSource, it parses it to null. Refer to the following dojo for better understanding:
Reproduction of the problem
Defina a dataSource with a model that has a string field. Pass data that has "null" as a value.
Current behavior
The string "null" is converted to null.
Expected/desired behavior
The value should not be converted.
Environment
- Kendo UI version: 2023.3.1114
- jQuery version: 3.4.1
- Browser: [all]