Categories | Question details Back To List | ||
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; }; |