Hi, I am using the datetimepicker and immediately I select a date it automatically closes. How do I prevent that from happening and only close after user presses "Ok"?
Only possible if ShowTime is set to true.
Yes, ShowTime is set to true, but I don't have the desired effect.
<RadzenDatePicker Name="StartDate" @bind-Value="@startDate" ShowTime="true" DateFormat="dd/MM/yyyy HH:mm" PadHours="true" PadMinutes="true"
Style="background-color:#ebeef1; width: 200px;" HourFormat="24" ShowSeconds="false" AllowClear="true" />
I needed to update my Radzen package for it to work. Many thanks!