Hi Nevitha,
I have updated to the latest version (19.1.0.55) which includes the fix for the scheduler.
Changing the top level group id of an event is still causing an exception (In my example, the worker). Previously, changing either the worker or the project beneath them would cause an exception. I have updated my sample to demonstrate the issue, amending the worker throws the following exception:
[2021-04-07T10:53:11.773Z] Error: System.InvalidOperationException: Sequence contains no elements
at System.Linq.ThrowHelper.ThrowNoElementsException()
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
at Syncfusion.Blazor.Schedule.Internal.ResourceRenderer`2.OnDropDownChange(ChangeEventArgs`2 args)
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Syncfusion.Blazor.Internal.SfBaseUtils.InvokeEvent[T](Object eventFn, T eventArgs)
at Syncfusion.Blazor.DropDowns.SfDropDownList`2.InvokeChangeEvent(EventArgs args)
at Syncfusion.Blazor.DropDowns.SfDropDownList`2.OnChangeEvent(EventArgs args)
at Syncfusion.Blazor.DropDowns.SfDropDownList`2.SetSelectOptions(EventArgs args, KeyActions keyArgs)
at Syncfusion.Blazor.DropDowns.SfDropDownList`2.UpdateSelectItem(TItem item, EventArgs args, KeyActions keyArgs)
at Syncfusion.Blazor.DropDowns.SfDropDownList`2.PropertyChange(Dictionary`2 newProps)
at Syncfusion.Blazor.DropDowns.SfDropDownList`2.OnParametersSetAsync()
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)
Creating an event for a new worker seems to work fine on the sample project, however in my actual project the calendar shows a wait spinner. In both cases on both projects the group resource headers are updated correctly.
I have attached a sample to demonstrate the amend issue, I do not know why creating works on the sample but not on my actual project as the process is the same.
Attachment:
Schedule__Amend_worker_bug_55a5e49c.zip