onAfterUpdateFinish with REST mode eqto onAfterUpdate?

Hello Dhtmlx Team,

I use REST mode with DHTMLX Grid and i wish to display a resume of my DHTMLX CRUD operations after users do things.
With REST mode, it seems that onAfterUpdateFinish event is equals to onAfterUpdate (it is logic because operations are sent one by one to server-side)
So, is there a way to get an event after all REST url are called ?

Thanks in advance.