Hi,
I found a problem while I initialize the scheduler in server side with calling sched.Data.Loader.EnableDynamicLoading(SchedulerDataLoader.DynamicalLoadingMode.Day);
no matter I pass the parameter Day or Year, the result is only set to “month” (I checked the JavaScript from the page source, the scheduler is always configured to scheduler.setLoadMode(“month”);
Is there any bug or I have missing to do while doing initialize in server side?
Thanks for help
Eric