– loadError(xhr,st,err) – A function to be called if the request fails. The function gets passed three arguments: The XMLHttpRequest object (XHR), a string describing the type of error (st) that occurred and an optional exception object (err), if one occurred.
I would like to implement this, but I’m not sure what the XMLHttpRequest object is in the context of my grid.
Anyone have an example?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top