Localization error (Date format does not apply)
Hello Sf-Team,


I have the following code:
<SfInPlaceEditor Type="Syncfusion.Blazor.InPlaceEditor.InputType.DateTime" Locale="de-DE" TValue="DateTime?" @bind-Value="@KanbanItem.DueDate">
<EditorComponent>
<SfDateTimePicker ShowClearButton="true" Placeholder="Choose date" Format="dd.MM.yyyy HH:mm" TValue="DateTime?" @bind-Value="@KanbanItem.DueDate"></SfDateTimePicker>
</EditorComponent>
</SfInPlaceEditor>
The Editor-Component is fine
But the view-only is not correct:
What I get: 05.13.2021 01:00 PM
What I expected: 13.05.2021 13:00
There seems to be an issue with the localization and there is no Format in the SfInPlaceEditor (or <Template>-Tag).
SIGN IN To post a reply.
4 Replies
1 reply marked as answer
RK
Revanth Krishnan
Syncfusion Team
May 12, 2021 10:27 AM UTC
Hi Benjamin,
Greetings from Syncfusion support.
We have validated your query and we are able to reproduce the issue from our end and we have considered “In-Place Editor value not displayed in correct format same as the format given in DateTime Picker” as a bug from our end and logged the report for the same and it will be included in the patch release on 25th May 2021.
You can now track the current status of the report, review the proposed resolution timeline, and contact us for any further inquiries through this link: https://www.syncfusion.com/feedback/25264
Regards,
Revanth
RK
Revanth Krishnan
Syncfusion Team
May 26, 2021 01:01 PM UTC
Hi Benjamin,
Thanks for the patience.
We have resolved the reported issue “In-Place Editor value not displayed in correct format same as the format given in DateTime Picker” with the package version 19.1.65.
Can you please upgrade your package to this version to resolve the issue on your end?
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/blazor-server-app-318491575
Regards,
Revanth
Marked as answer
BR
Benjamin Richter
May 26, 2021 01:52 PM UTC
Hello Revanth,
thank you very much for this speedy feedback and the fix. Everything works fine now - great work you're doing there <3
Regards,
Ben
RK
Revanth Krishnan
Syncfusion Team
May 27, 2021 01:08 PM UTC
Hi Benjamin,
Thanks for the update.
We are glad that the reported issue has been resolved.. Please let us know if you need any further assistance.
Regards,
Revanth
SIGN IN To post a reply.
- 4 Replies
- 2 Participants
- Marked answer
-
BR Benjamin Richter
- May 11, 2021 09:13 AM UTC
- May 27, 2021 01:08 PM UTC