4 Answers, 1 is accepted
0
宏吉
Top achievements
Rank 1
answered on 20 Aug 2017, 07:35 AM
PIC
0
Hello Hung-Chi,
Currently there is no configuration option or API method for scrolling to the first event. There is a feature request logged in the Feedback Portal that describes the same scenario, which you can vote for.
Regards,
Ivan Danchev
Progress Telerik
Currently there is no configuration option or API method for scrolling to the first event. There is a feature request logged in the Feedback Portal that describes the same scenario, which you can vote for.
Regards,
Ivan Danchev
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0
宏吉
Top achievements
Rank 1
answered on 25 Aug 2017, 09:58 AM
Okay...but is it possible scroll to like 8:00 am?
0
Hi Hung-Chi,
Yes, scrolling to a time slot is possible. See this howto article, which demonstrates how this can be done. Below the Scheduler there are two buttons which scroll the view to 10AM and 10PM respectively. To scroll to 8AM you need to pass 8 to the scrollToHour function:
Regards,
Ivan Danchev
Progress Telerik
Yes, scrolling to a time slot is possible. See this howto article, which demonstrates how this can be done. Below the Scheduler there are two buttons which scroll the view to 10AM and 10PM respectively. To scroll to 8AM you need to pass 8 to the scrollToHour function:
<
button
class
=
"k-button"
onclick
=
"scrollToHour(8)"
>Scroll to 10 AM</
button
>
Regards,
Ivan Danchev
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.