I have four dhtmlx grids on one page.
Here is how I abort them.
myGrid1.xmlLoader.xmlDoc.abort();
And after this line of code, the grid is aborted and I redirect to another page. But, the browser doesn’t react for a long time afterwards (sometimes even 5 seconds). I have to wait for the second page to load for a long time. What is the reason for this? How to solve it?