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).