onAfterLoad
fires after data loading is complete
function onAfterLoad(): void
Example
Section titled “Example”mygrid.attachEvent("onAfterLoad", function(){ console.log("Data loaded");});
also check the next samples:
See also
Section titled “See also”Articles
API