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,
I am doing my first steps with the Gantt Chart component and wrote an ODataV4 service for testing. I found that the PATCH operation does not update some fields of my Task implementation, for example Name or TaskType. If I modify the ODataV4Adaptor instance in use to use PUT for updates, everything works fine.