This is a migrated thread and some comments may be shown as answers.

Config (Date and StartTime) - How do I get it show by default a full day, but "scroll to" 9:00AM

1 Answer 102 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Aaron
Top achievements
Rank 1
Aaron asked on 29 Jul 2013, 11:46 PM
Based on the documentation, I expected the .date property to support a time, so I could say what day and time I want the VIEW to default to, while "StartTime" would determine how much time to show total.

Anyway - how do I allow the Week view show midnight to midnight but have "9am" the default viewable area so users don't need to scroll down?

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 31 Jul 2013, 02:34 PM
Hi Aaron,

 
Basically scrolling to a given time currently is not supported out-of-the-box, however you can achieve that behavior using for example DataBound event of the Scheduler to find the "k-scheduler-content" element in the Scheduler and scroll it manually to a given position using jQuery scrollTop method

Also I would suggest to share your idea about this feature at KendoUI UserVoice.

Kind Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Scheduler
Asked by
Aaron
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or