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!
HI !
With 21.1.35 verion by clicking on different Gantt lines we get the following error (
Some lines have no errors, some have...):
Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'index')
at System.Linq.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument)
at System.Linq.Enumerable.ElementAt[TSource](IEnumerable`1 source, Int32 index)
at Syncfusion.Blazor.Gantt.Internal.ToolbarRenderer`1.RefreshToolbarItems()
at Syncfusion.Blazor.Gantt.Internal.ToolbarRenderer`1.OnParametersSetAsync()
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
the Toolbar definition :
Toolbar="@(new List
We did not experience such an error with the previous version..
Thank you in advance for your help!