dhtmlxCombo in lightbox

Hi all
I’m trying to add a dhtmlxCombo (with autocomplete) to my lightbox.
When I add links to dhtmlxCombo javascript and stylesheet the gantt stops working…

When gantt.init is called i get this error

Uncaught TypeError: undefined is not a function   - dhtmlxgantt.js:209

When I remove the links all works well…

It’s impossible to mix gantt component with other dhtmlx components???

Thanks in advance…

Hi,
gantt is compatible with other dhtmlx components, e.g. - docs.dhtmlx.com/scheduler/sample … rrace.html However the order of js files on the page seems matter. Try to include files of dhtmlxCombo before the files of gantt