Cancel loadXml calls

is there a way of cancelling or aborting a loadXml in process…for example when a button is pushed the loadXml will execute…while loading is happening the button is then pushed again…on the second event what i want to do actually is not only execute loadxml, but also stop any running loadXml calls…

I tried using
mygrid.xmlLoader.xmlDoc.abort();
but it did not work, any idea ?

Unfortunately such feature is not available.

Don’t you have any solution for this yet ?

Unfortunately such feature is still not supported.