Check documentation for the latest version of dhtmlxSuite onAfterUpdateFinish DHTMLX Docs

onAfterUpdateFinish

fires after receiving and processing ALL items in the response

void onAfterUpdateFinish();

Example

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

Back to top