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!
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!