Check documentation for the latest version of dhtmlxSuite onAfterAdd DHTMLX Docs

onAfterAdd

fires after item adding is finished.

void onAfterAdd();

Example

data.attachEvent("onAfterAdd", function (id, pos){
     //any custom logic here
});

Back to top