Error using setLoadMode

I am receiving an error message from firebug:

TypeError: a is undefined

Scheduler Code:

 scheduler.init("scheduler_here", null, "timeline");
 scheduler.setLoadMode("month");
 scheduler.load("data.xml");

I am using version 3.5.

Hoping for your assistance. Many thanks! :slight_smile:

Please try to include dhtmlxscheduler_debug.js instead of dhtmlxscheduler.js - it will provide more meaningfull error message.

Also, if it possiblee - please provide the link to the page where issue can be reconstructed.