5 Answers, 1 is accepted
Have you tried setting the startTime option? Alternatively you can set showWorkHours to true and then set workDayStart to the time you want the view to start at.
Regards,
Atanas Korchev
Telerik

Hello Curt,
We haven't seen such a request so far. Is there an Outlook calendar view which does what you need? Do you just want to display what the current time is? If yes - check the currentTimeMarker option.
Regards,Atanas Korchev
Telerik

I know this is old, but i agree with Curt, this is normal expected behaviour in the real world.
We have a meeting room booking system. If we show the timeline with the current time as starting, then the user cannot scroll back - which happens when they postpone their meeting, and just want to drag it to the right time.
If you take any outlook calendars, they are able to go back in time just fine...
So the normal operation, is the user opens the timeline scheduler for each meeting room in each row. Now they all have to start by scrolling to the current time because most bookings are now and forward.
Another problem using the startTime (.StartTime(new DateTime(DateTime.Today.Year, DateTime.Today.Month, DateTime.Today.Day, DateTime.Now.Hour, 0, 0)) ) is that it remembers the hour - so going forward to the next day, i cannot go to 8am.
How about implementing a javascript function like the scrollToHour function someone wrote for the other views?
https://docs.telerik.com/kendo-ui/controls/scheduling/scheduler/how-to/scrolling/scroll_to_given_time_slot
Hope this is still being read by someone
- René
We have recently introduced a feature in the Scheduler timeline, that may be applicable for the discussed scenario. The start- and endTime configuration options of the Scheduler could now be used to display 24 hours spanning across two different days. This way you will be able to configure the Scheduler Timeline view to start at the current moment. Here you will find a simple Dojo demonstrating that.
Alternatively, you could also use the TimelineWeek view with the same configuration. Here you will find a sample implementation scrolling manually to the current time of the TimelineWeek.
Regards,
Veselin Tsvetanov
Progress Telerik