Hi Michael,
Thank you for reaching out to us!
We understand the issue you're facing where Syncfusion
components, like the Scheduler and Calendar, are not responding to
interactions. This can happen due to various reasons, such as missing
JavaScript references or conflicting styles with Bootstrap.
To assist you further, we have created a working sample
using the Syncfusion components with Bootstrap 5 theme for your reference, and
the component interactions (like clicking on calendar numbers) are functioning
as expected. You can check out this sample and gif image below for further
reference.
To help troubleshoot your issue, could you please ensure
that the required Syncfusion Blazor scripts are included in your App.razor file
<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap5.css"
rel="stylesheet" />
<script src="_content/Syncfusion.Blazor/scripts/syncfusion-blazor.min.js"
type="text/javascript"></script>
|
For further reference, you can refer to the below documentation.
Documentation: https://blazor.syncfusion.com/documentation/calendar/getting-started
Regards,
Yohapuja S
Attachment:
Calendar_WebAssembly_da3e2669.zip