Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hello Support Team,
using a SfSchedule component in Blazor WebAssembly (.net 7.0.2) with a CustomAdaptor, I accidentally omitted the part where the desired ScheduleView Options are listed:
<SfSchedule TValue="AppointmentData">
<ScheduleEventSettings TValue="AppointmentData">
<SfDataManager Adaptor="Adaptors.CustomAdaptor">
<CustomAppointmentAdaptor />
</SfDataManager>
</ScheduleEventSettings>
</SfSchedule>When running the application the Schedule displays all available ScheduleViews as expected (Day, Week, WorkWeek, Month, Agenda). However, the loading indicator (spinner) keeps running and the appointments are not shown although the "ReadAsync" method has been successfully executed.
Mitigation strategy: Define at least on ScheduleView explicitly in the markup.
Please find a minimal reproducing sample attached to this report.
It would be highly appreciated if you investigated this issue to see if this is errorous behavior.
Kind regards,
Nico