I added DateTimePicker
<RadzenDatePicker id="scheduletimestamp" TValue="DateTime?" @bind-Value=@DataExportItemEdit.TimeStampStartScheduled ShowTime="true" ShowSeconds="false" Change=@(args => OnChangeSceduledTimestamp(args, "DatePicker with time", "dd/MM/yyyy HH:mm")) DateFormat="dd/MM/yyyy HH:mm" Class="w-100" />
Selecting the Date works, but Time can only be set by the up/down arrows. I can set the hours by keyboard input, but the value is reset to 0 when I tab to the minustes and vice versa, or I press the OK button.