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,
When I try using the AddRecordAsync method, it properly places the record in the correct position in the visualization. However, when I check the DataSource it is referencing, I see that the task has been placed at the top instead of its proper position in the list. I would like to use my DataSource to determine the relative position of tasks in my Gantt Chart.
I have tried using the FilterByColumnAsync method, but the limitations of this are that you must have at least 1 filter to do this and it is slower than trying to access the TaskCollection immediately.
I was wondering if one of two things can happen. If we can have a method that retrieves all tasks in the DataSource regardless of filter settings (GetAllRecordsAsync), or if we can ensure that the DataSource is always up to date with the current state of the Gantt Chart.