I got 2 "views" sharing same page, Scheduler is on the second/hidden view and only show/trigger when user select to view it. Therefore, I need Autobind to be false (same feature as exists on other controls like Gridview), to prevent Scheduler auto populate at the initial stage. Second, I need to parse additional parameter during read/fetch data from Scheduler. Thanks.
Disabling the auto-binding for the scheduler should be possible via the autoBind attribute, folks: http://docs.telerik.com/kendo-ui/api/web/scheduler#configuration-autoBind Can you test it with the latest version (2014.1.528)? As for the additional parameters, can you use the parameterMap configuration for this purpose? See one of the examples which includes it here: http://docs.telerik.com/kendo-ui/api/web/scheduler#configuration-dataSource
Exact same situation here. I have two tabs and need to get the scheduler to show events on the second tab but the autoBind does not work on the second tab. I have been trying to get this to work for so long it is not even funny. I am happy to see the note above. Now I know this something that does not work by default.