DevExpress / DevExtreme.AspNet.Data

DevExtreme data layer extension for ASP.NET
MIT License
152 stars 128 forks source link

A problem with DevExtreme 21.1.2-beta #485

Closed jzs11 closed 3 years ago

jzs11 commented 3 years ago

Hi team, I tried to use this within a Vue3 component and it turns out the following error. The component works well with DevExtreme 20.2.

image

Following the documentation - https://js.devexpress.com/Documentation/21_1/Guide/Data_Binding/Specify_a_Data_Source/Web_API,_PHP,_MongoDB/

It gives the error

image

AlekseyMartynov commented 3 years ago

Thank you for testing DevExtreme beta. We are working an a fix.

AlekseyMartynov commented 3 years ago

Would you please check a fixed package? https://www.npmjs.com/package/devextreme-aspnet-data-nojquery/v/2.8.4

jzs11 commented 3 years ago

Looking good! Thanks for the fix. 👍 (By the way, it would be awesome to use System.Text.Json instead of Json.Net to use the build in JSON support in .net core). Thanks again!

AlekseyMartynov commented 3 years ago

Thank you.

Regarding JSON serializer. In 2.x we'll stick to Newtonsoft for compatibility with existing projects and products. Later on, when/if we drop support for older frameworks, we may switch to System.Text.Json.