cirpo
September 19, 2012, 8:13am
#1
Hi,
I can’t understand how to achieve dynamic loading with the mobile scheduler.
In the desktop version, as described docs.dhtmlx.com/doku.php?id=dhtm … ntegration:
By default scheduler load all data at once. It may be problematic in case of big event collections. In such situation dynamical event loading can be used - in case of dynamical loading, scheduler will load only part of event, necessary to fill current viewable area.
scheduler.setLoadMode("month");
scheduler.load("some.php");
But the mobile scheduler doen’t have the “setLoadModel”.
How can I achieve that?
thanks
cirpo
Unfortunately the mobile scheduler doesn’t support dynamic loading.