Hello All,
I’m developing an internal application that will use dhtmlxGantt, dhtmlxScheduler and dhtmlx library on same page.
I’m loading all required files on page in the following order:
- dhtmlx.js (dhtmlxSuite v.4.0.3 Professional edition)
- dhtmlxScheduler (dhtmlxScheduler v.3.0 build 110727 Professional edition)
- dhtmlxGantt (dhtmlxGantt v.3.0.0 Professional edition)
I create a complex structure and when I try to call load’s method of a dhtmlxGrid (gridPlanilha.load(‘ProjetoV4/grid’)), I’m receiving the following error message: “Unable to process request ‘[object Arguments]’”, as can see on image1.png
I’m attaching a js with my complex interface (SMSProjectUi.js.zip).
You can note that dhtmlxScheduler object was not created yet on this file.
What I did:
dhtmlxScheduler: I try investigating about if error was caused by dhtmlxScheduler, using dhtmlxScheduler v4.1.0 standard and error persisting.
If I comment out dhtmlxGantt object creation, load can be executed normally.
What I need to do to resolve this?
Best regards,
Luis Fernando.
SMSProjectUI.js.zip (11.1 KB)