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

Hello Syncfusion Team,

I would like there to be a way to clear the Gantt Chart of all its tasks using a "ClearAllAsync" method. I have been trying to get around this by emptying the underlying DataSource, for example, by setting TaskCollection to an empty list, but doing so would often cause "KeyNotFoundException"s when I try to add, delete, or indent tasks afterwards.

Similarly, if there is a way to load tasks using a method, that would be great so that I can avoid these KeyNotFoundExceptions from occuring. Thank you!