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!

1
Vote

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 

() { "NextTimeSpan", "PrevTimeSpan", "Search", "Add", "Cancel", "Delete", "Edit", Update", ZoomIn","ZoomOut","ZoomToFit" })"





We did not experience such an error with the previous version..

Thank you in advance for your help!