Categories | Question details Back To List | ||
docObj is null 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 Answer posted by dhxSupport on Mar 09, 2009 07:14 This error can appear when at the time when the xml was loaded grid's container wasn't exist |