Hello,
I wanted to include the SfDateTimePicker in my project and included first the example from your documentation at Data-Binding. Unfortunately, even if I copied your code it didn't work
Here is the component (code pasted from your documentation)
When I change the DateTimePickerValue the breakpoint won't be reached. Even a Console.WriteLine("Test") is not printed (That was another try because I first thought I only have problems with the debugger).
I use
- Syncfusion.Blazor.Themes 19.4.0.56
- Syncfusion.Blazor.19.4.0.56
- Blazor Server on .NET 6.0
And I included the Stylesheet and js file in _Host.cshtml:
<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
<script src="https://cdn.syncfusion.com/blazor/19.4.48/syncfusion-blazor.min.js" type="text/javascript"></script>
I hope you can help me.
Looking forward to hearing from you
Kind regards
Nick