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 keep encountering an error where if I try to indent a task after adding and deleting some tasks, I get the error message as seen in the attachment. I was wondering what might be causing this error. I am using the AddRecordAsync() method to insert tasks into the Gantt chart, then using the indent and outdent buttons on the toolbar.
Something else within the screenshot I have observed is upon indenting tasks underneath a summary task, the duration is being displayed as 4.00006944 days instead of 4. Does this have to do with how I am storing my Start and End Dates in a DateTime object instead of a DateOnly?