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