Hi Team,
I'm using ODataV4Adaptor as the data adaptor for grid for CRUD operations.
It needs to add additional headers in the http request, so the adaptor is extended and the beforeSend method has been overridden in order to modify request headers.
Then, if a Patch (update) request is initiated, the unchanged data in the row cell disappears.
Issue can be reproduced in below stackblitz sample.
https://stackblitz.com/edit/syncfusion-angular-editable-grid-np2bfz?file=app.component.ts
However, if the overridden method 'beforSend' is commented out, grid works as expected.
Seeking support to solve this issue.
Thanks,
Aruna.