fires immediately before data loading has started
| boolean | returning false will prevent data loading | 
mygrid.attachEvent("onBeforeLoad", function(){
    webix.message("Loading...");
    return true;
});
Returning false from the event handler will block further processing.