onBeforeLoad
fires immediately before data loading has started
function onBeforeLoad(): boolean
Returns
Section titled “Returns”boolean
returning false will prevent data loading
Example
Section titled “Example”mygrid.attachEvent("onBeforeLoad", function(){ console.log("Loading..."); return true;});
also check the next samples:
Details
Section titled “Details”Returning false from the event handler will block further processing.
See also
Section titled “See also”Articles
API