When using a webAPI service, we suggest you to set “webApiAdaptor” as adaptorType. Also, we found that the editMode is “batch” in your sample, but have defined the insertUrl, updateUrl and deleteUrl properties of the ejDataManager. These properties of the ej.DataManager will not be triggered when the edit mode is “batch”. The corresponding property of the ej.DataManager for “batch” editMode is “batchUrl”.
Also, if you have created a webApi service, we would like to let you know that we don’t have batchEditing support in webApiAdaptor. So we suggest you to create Odata controller and use oDataAdaptor in order to achieve your requirement of batch Editing.
Else if the RESTful service corresponds to OData and still if you are facing the same issue, please share the below detail.
When a POST/PUT/DELETE action occurs, the exception will be obtained in the “Network” tab of the browser Developer tools window. Please share the screenshot of the “Headers” and “Response” tab for the corresponding request passed to the web service.
The provided information will be helpful to assist you accordingly.
Regards,
Ragavee U S.