Skip to content

onValidationSuccess

fires after the newlyloaded/added/edited data has passes validation successfully

function onValidationSuccess(): void
mygrid.attachEvent("onValidationSuccess", function(){
//... some code here ...
});