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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

I have a Scheduler component that was working a couple of weeks ago.  Maybe I changed something, maybe I updated the control, but it's not now working.


When viewing the scheduler with horizontal grouping, it displays correctly the first time, but if you click to change the day or view from to Week or Month you get this errror in the console:

Error: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
   at Syncfusion.Blazor.Schedule.Internal.VerticalEventTable`1.FilterDayCollection(List`1 eventCollection)
   at Syncfusion.Blazor.Schedule.Internal.VerticalEventTable`1.FilterCollection(List`1 eventCollection)
   at Syncfusion.Blazor.Schedule.Internal.VerticalEventTable`1.CallStateHasChanged(List`1 eventCollection, List`1 cellAttributes, String eventWrapperClass)
   at Syncfusion.Blazor.Schedule.Internal.VerticalView`1.DataReady(IEnumerable`1 result, Nullable`1 date)
   at Syncfusion.Blazor.Schedule.Internal.EventBase`1.DataManagerSuccess(IEnumerable`1 result)
   at Syncfusion.Blazor.Schedule.Internal.EventBase`1.RefreshDataManager()
   at Syncfusion.Blazor.Schedule.Internal.EventBase`1.RefreshDataManager()
   at Syncfusion.Blazor.Schedule.Internal.VerticalView`1.OnParametersSetAsync()
   at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
   at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)


If I remove the Grouping code, the scheduler appears to work fine.