The time picker (clock) is not doing anything when you click on it, and the date picker (Calendar) take three clicks every time before it displays. I've included some relevant code below. Should it matter that I have two SFDateTimepickers on the page? Any help would be appreciated as it is not very useful at the moment. The functions being called onRender and onChange are working fine.
<SfDateTimePicker Width="220px" @ref="@DateTimePickerObj" StrictMode=true TValue="DateTime?" Min="@MinDate" class="e-input-group" @bind-Value="crf.Sched_Start" ShowClearButton="true">
<DateTimePickerEvents TValue="DateTime?" OnRenderDayCell="@DisableDate" ValueChange="OnDateChange"></DateTimePickerEvents>
</SfDateTimePicker>