Batch changes send by DataProcessor

Hello all!

Is there any way to send a batch of changes from DataTable, by DataProcessor, to server, after autoupdate has been set to false?

At this time, the DataProcessor makes one request for each change (upd, del or ins), as I can see

DataProcessor does not figure into it, as you cant’ change its behavior. We do not have a ready solution, but you can try to use onAfterEditStop event to collect the changes and send them to the server manually.

Thank you for this information.