Threaded View
-
15 Nov 2012 6:36 AM #1
ABorting AJAX request
ABorting AJAX request
Hi there,
I'm using the following code to abort a ajax request but it doesn't seem to work. I do see that the load mask is gone but the results are still being rendered in to the grid
Code://abort the request Ext.Ajax.abort(searchStore.proxy.activeRequest); //hide any masks var gMask = Ext.getCmp('searchGrid').loadMask; if(gMask && gMask.hide){ gMask.hide(); } }


Reply With Quote