Hi,
In grid with editing Normal the editing is working (grid + backend).
But with mode Batch the grid does batch requests and I am not able to make it works on backend side.
I have problems adding batch requests support to backend.
...
const editSettings: any = { allowEditing: true, allowAdding: true, allowDeleting: true, mode:'Batch'};
...
Is there any way to do n "normal" requests (POST-PUT) with the grid component ?.
For avoid "batch requests".
Thanks in advance.
Jorge