Hello,
I'm trying to use the Scheduler component in a Blazor Server project. I added the Syncfusion.Blazor NuGet package. Then, added the component to the Blazor page with the following code:
<SfSchedule TValue="Object"></SfSchedule>
Also in Program.cs I added Syncfusion with the following line:
builder.Services.AddSyncfusionBlazor();
I also added the license registration line below:
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("{licence key}");
I can see the component displayed, but it doesn't have the task views on the top, as shown in the screenshot:
Do you know what might cause this?
Thanks.