I get this error when I cancel xml loading by clicking on href:
docObj is null
dhtmlxcommon.js line 71
Im using custom error caching rutine:
dhtmlxError.catchError(“LoadXML”,function(type, desc, erData){
if(typeof console.log != ‘undefined’) console.log("dhtmlx “+type+”: "+desc);
return true;
})
my version: latest Pro
This error can appear when at the time when the xml was loaded grid’s container wasn’t exist