Check documentation for the latest version of dhtmlxSuite onFullSync DHTMLX Docs

onFullSync

fires when all data saved and client and server is in sync

void onFullSync();

Example

dp.attachEvent("onFullSync", function(){
    //custom code here
});

Back to top