onValidationSuccess
fires after the newlyloaded/added/edited data has passes validation successfully
function onValidationSuccess(): void
Example
Section titled “Example”mygrid.attachEvent("onValidationSuccess", function(){ //... some code here ...});