before question…
I’m sorry for my short english…
I want to stop load when during Ajax loading. because too long loading time.
How do I?
There is no API call, but you drop current loading by
grid.xmlLoader.xmlDoc.onreadystatechange=function(){ return false; };