Hi desmond,
Thanks for contacting Syncfusion support.
For EJ2 Grid batch editing with UrlAdaptor, you need to send the updated data/ changes(batchmodel) back to the client. Please refer to the below code example and documentation link for more information.
|
public IActionResult BatchUpdate([FromBody]CRUDModel batchmodel)
{
. . .
var data = order.ToList();
return Json(data);
} |
If you still facing the issue, please share the below details that will be helpful for us to provide a better solution as early as possible.
- Share your full Grid code
- Share the server-side code for Grid
- Is there any script error while doing batch editing?
- Share the Syncfusion package version
Regards,
Pavithra S