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

[Solved] client events on next & previous buttons

1 Answer 62 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Gaurav
Top achievements
Rank 1
Gaurav asked on 04 Jun 2010, 12:32 PM
Is there any client side event when you click on next or previous button?

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 04 Jun 2010, 12:57 PM
Hello Gaurav,

Currently these events are not officially accessible. In other words you cannot wire these event while declare calendar component (using Server API).

Nevertheless you can wire navigate event, which is raised when calendar navigates. To wire this event you can use the following code snippet:
jQuery("#CalendarID").data("tCalendar").bind('navigate', eventhandler)

All the best,
Georgi Krustev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Calendar
Asked by
Gaurav
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or