Multiple Sources and load mode

Tried loading events from multiple sources like so:

scheduler.load("events.xml")
scheduler.load("events2.xml")

Works fine. But If load mode is set before loading:

scheduler.setLoadMode("month")
scheduler.load("events.xml")
scheduler.load("events2.xml")

The second datasource is not loaded until the view is changed. I checked the sources and it looks like during load, with load mode set, there is no check as to whether the data source comes from a different URL. The check is time based.

Is this a known issue?

There is a separate extension which can help
docs.dhtmlx.com/doku.php?id=dhtm … le_sources

Thanks.

Tried it. Works but disregards setLoadMode

Sorry. My mistake - load mode is respected.