Declined
Last Updated: 19 Jan 2023 16:02 by ADMIN
karay
Created on: 13 Jan 2023 15:42
Type: Bug Report
0
Js bug - Telerik.WebReportDesigner.Services.Resources.js.webReportDesigner-16.2.22.1109.min.js‎

In this file t.folder is lowercase which should be Capital t.Folder

 

t.folder  throws error

 t.Folder return value

 

same or files vs Files

Attached Files:
1 comment
ADMIN
Dimitar
Posted on: 19 Jan 2023 16:02

Hello Karay,

Thank you for the attached file!

Usually, such issues appear when the JsonSerializerSettings of Newtonsoft.Json are set to use a PascalCase ContractResolver instead of a ContractResolver that resolves them with camelCase such as the CamelCasePropertyNamesContractResolver.

Where Newtonsoft.Json is added to the application, you should ensure that the CamelCasePropertyNamesConctractResolver is used or you can just call the NewtonsoftJsonMvcBuilderExtensions.AddNewtonsoftJson Method without additional settings:

services.AddNewtonsoftJson();

Currently, we have no plans to support PascalCase serialization and thus I will Decline this item.

Please let us know if you have any questions or if you need assistance.

Regards,
Dimitar
Progress Telerik

Brand new Telerik Reporting course in Virtual Classroom - the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products. Check it out at https://learn.telerik.com/.