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

Previous / Next Appointments

3 Answers 82 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Denis Cilliers
Top achievements
Rank 1
Denis Cilliers asked on 26 Mar 2013, 02:42 PM
What event is fired for these actions as I need to capture them and do something when they fire
Thanks

3 Answers, 1 is accepted

Sort by
0
Anton
Telerik team
answered on 29 Mar 2013, 01:25 PM
Hello Denis,

Thank you for writing.

You can subscribe to ViewNavigating or ViewNavigated events of RadScheduler. These events are occurring when the view has changed and this is caused by a click on the ViewNavigationElement.

I hope this information helps. If you have further questions, feel free to write back.

Kind regards,
Anton
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
0
Jim
Top achievements
Rank 1
answered on 02 Apr 2013, 08:34 PM
Anton,

How about an event for a click on the Today button on the Navigator?

The ActiveViewChanged of the RadScheduler doesn't do it. Nor does the ViewNavigating or ViewNavigated

I see no events for the Today button on the Navigator, just NavigateForwardsClick and NavigateBackwardsClick

Thank you.

0
Anton
Telerik team
answered on 05 Apr 2013, 11:43 AM
Hello Jim,

Thank you for writing.

The following code snippet demonstrates how you can subscribe to the Click event of the TodayButton of  RadSchedulerNavigator:
this.radSchedulerNavigator1.NavigateTodayButton.Click += new EventHandler(NavigateTodayButton_Click);

I hope this helps. Let me know if you have any additional questions.

Kind regards,
Anton
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
Tags
Scheduler and Reminder
Asked by
Denis Cilliers
Top achievements
Rank 1
Answers by
Anton
Telerik team
Jim
Top achievements
Rank 1
Share this question
or