set custom event to post data changes in grid

I have a requirement to post changes to the server essentially on blur or mouse out after edit.

Does dhtmlx Grid support the modification of events used to send an AJAX request to the server using cell edit or row edit? What methods are supported to trigger an AJAX request

thanks

You may try to use dhtmlxDataProcessor component that lets you to ‘communicate’ with server-side backend.
Here is the tutorial:
docs.dhtmlx.com/doku.php?id=dhtm … cessor:toc

Here you can find ready samples of the usage with the dhtmlxGrid:
dhtmlx.com/docs/products/dht … processor/