Categories | Question details Back To List | ||
dataProcessor - Asynchronous Is there a way to send dataprocessor synchronously instead of the default asynchronous? Answer posted by Support on Jul 08, 2009 01:57 There is no native support for such functionality , something similar can be achieved only by code modifications dhtmlxdtataprocessor.js , line 232 var a2=new dtmlXMLLoaderObject(this.afterUpdate,this,true); can be changed to the var a2=new dtmlXMLLoaderObject(this.afterUpdate,this,false); |