Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Michael on Jul 07, 2009 10:50
open dhtmlx forum
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);