Completed
Last Updated: 21 Apr 2021 14:29 by ADMIN
icebits
Created on: 26 Sep 2013 02:49
Category: Scheduler
Type: Feature Request
15
Add Autobind feature in Scheduler
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.
2 comments
ADMIN
Telerik Admin
Posted on: 14 Jul 2014 09:30
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
Sashi
Posted on: 10 Jul 2014 00:26
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.