What is method for stop load during Ajax loading?

before question…

I’m sorry for my short english… :slight_smile:



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; };