LoadXML Error on page navigating away

Hi Guys,

I am getting ttrouble with LoadXML error. It happens when the grid or any component that was not fully loaded yet (happens mostly when the server is slow) and you start to click a link which will navigate the page away then bam! LoadXML error will appear.

Any workaround on this? I am trying to find some flag where you can see if the page is navigating away or not, or should I just disable LoadXML error checking on distribution server :unamused: ?

Thanks for your help.

You can use

dhtmlxError.catchError(“LoadXML”,function(){
//custom error processing, if necessary
});

It works! Thanks Stanislav for helping. :smiley: