onLoadError
fires when an error occurs during data loading (invalid server side response)
function onLoadError( // an xhr object xhr: object): void
Example
Section titled “Example”dgrid.attachEvent("onLoadError", function(xhr){ console.log("Loading error");});
Details
Section titled “Details”The event occurs after XML loading is complete.
See also
Section titled “See also”Articles