Hi Cristian,
We suspect that you are using DatePickerEvents tag for DateTimePicker
component is the problem causing factor at your end. So we suggest you to use DateTimePickerEvents
tag instead of it , as like below code .
|
<SfDateTimePicker TValue="DateTime?" Width="400px" CssClass="mb-3 mt-3" Value="@valor">
<DateTimePickerEvents TValue="DateTime?" ValueChange="(e => OnCambiarFecha(e, 1))"></DateTimePickerEvents>
</SfDateTimePicker>
|
Thanks,
Deepak R.