Using dhtmlxGrid & dhtmlxScheduler in a same page


Hi,



I am try to use dhtmlxGrid & dhtmlxSchduler in a same page with Connector both.



but an error msg “Stack overflow at line:8”  occured.



I found, if I remove"", Scheduler work fine(display,update,delete OK),but Grid can display data only(Update,Delete failed).



#########################






 Grid & Scheduler
 
 
 
 
 
 
 
 
 
   
 
 
 
 
 
 
 
 
 
 
 
 
  html, body{
   margin:0px;
   padding:0px;
   height:100%;
   overflow:hidden;
  } 
 



 




<body  onload=“init();”>
 


  

   
 

   
 

   

   

   

   

   

  

  

  

  

  
  
 

 
 
 

 
 


################################



is there a way to implement it?



THANKS !

Please try to use attached file instead of default dhtmlxdataprocessor.js

Scheduler uses latest version of connectors, which is really can be incompatible with grid ( it will be resolved with oncoming release of grid 2.5, when all components will use the same version of connector ). Attached version must work correctly with both components.

dhtmlxdataprocessor_cf.zip (5.1 KB)

Hello,
I’m having the excact same issue.
Unfortunately the attached file did not work for me.
Is there any other way to resolve this problem?

Try to remove all includes of dataprocessor.js and connector.js , and place dhtmlxscheduler.js after other js files. ( dhtmlxscheduler.js already contains dataprocessor and connector logic )