Hi Sven,
In order to hook to the Click events of the buttons, you need to edit the template of the Scheduler. You can do that very easy with Expression Blend. Just drop a Scheduler control on the design surface, right-click it and choose from the menu
Edit Template->Edit a Copy. Then, Blend will generate all the needed resources.
Find the buttons:
<telerik:RadButton x:Name="Back"../> and
<telerik:RadButton x:Name="Forward".../> and hook to their click events.
Also, we have introduced a new scheduling control - ScheduleView. It is with better performance, MVVM friendly and more customizable. I strongly recommend you to use it instead. You could review its online demos
here.
Please do not hesitate to contact us again if you have further questions.
Best wishes,
Konstantina
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>