Hello,
I'm facing an issue with the last version 24.1.47 of syncfusion Blazor.
I'm using the DataManager to load a DataGrid from an OData API. With the DataManager, I get this result in the Grid:
But when I'm loading the data using a DataSource, I don't have the same result:
The data is the same between these two screenshots (you can see it with IDs on the left column) and it is provided by the same API.
In my database, the data is the same as for the DataSource loading:
I can notice that on the server side and on the client side, the timezone is:
And the difference between DataSource and DataManager is -5 hours.
For me this is an unexpected behavior, and I should have the same value in both cases.
You can find the code used in both cases in attachment.
Can you help me to fix my issue?
Attachment:
DataManager_vs_DataSource_713c75a8.zip