The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
RSRenjith Singh Rajendran Syncfusion Team October 30, 2020 12:08 PM UTC
Hi Christophe,
Greetings from Syncfusion support.
By default, PUT request will only be send when performing update action in Grid when bind WebAPI services. This is the default behavior of update action when binding data from WebAPI services using WebApiAdaptor in Grid.
Generally PATCH request will be sent to ODataV4 server while updating a record. So we suggest you to use ODataV4Adaptor to bind OData service for PATCH request during update actions in Grid.