Hi i have a scheduler based on your example for shared resources at https://blazor.syncfusion.com/demos/scheduler/shared-events?theme=bootstrap4
If i try to remove the grouping line "<ScheduleGroup EnableCompactView="false" AllowGroupEdit="true" Resources="@GroupData"></ScheduleGroup>"
then the calendar fails. I i try to add an appointment then it throws an error "Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at Syncfusion.Blazor.Schedule.SfSchedule`1[[FlexRecord.Shared.Models.AppointmentData, FlexRecord.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].ResourceColor(AppointmentData`1 eventData)"
What i am trying to do is give the option to the user to choose whether to group or not.
So if i leave the group line in and try to set the resources attribute to "" then it also throws an error. It seems that it has to have a grouping name. So i cannot set it to null or blank to remove the grouping.
Using latest version as of today.
Thanks