Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by sunny choi on Oct 09, 2007 04:07
open dhtmlx forum
What is method for stop load during Ajax loading?

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?
Answer posted on Oct 09, 2007 12:50
There is no API call, but you drop current loading by
    grid.xmlLoader.xmlDoc.onreadystatechange=function(){ return false; };