Our Blazor Server app runs on a server where the TimeZone is UTC. This is a multi-tenant application and tenants connect from Time Zones from California to Eastern Europe. We will leave or server at UTC.
The issue is reproduced when using the TelerikDatePicker with a nullable Date for the value. Our form defaults to Null for the Date values, as it is a selection form and the dates are optional.
For a customer in California (PDT) after 5PM (0:00 UTC) - the Calendar control in the Popup starts setting the default Day that is highlighed in the calendar control to the next day.
Is there a way to set the Default selected date using a Method? Some sort of delegate? We do pass the user's current Date Time and Timezone when the Blazor circuit is created and we have methods already built to return the current Date and Time in their Timezone. But we haven't found a way to set the default Date for the Date Picker (Calendar control) - when the Date value is null.
We do not want to set the value - but want to leave it null. This only applies to the embedded calendar control that pops up when the user clicks the icon to do so.
