New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

OnCalendarViewChanged

The OnCalendarViewChanged client-side event handler of the ASP NET AJAX Calendar is called when the calendar navigates to a new view, after the calendar has been updated for the new view. The event is raised after the action is complete.

The event handler receives two arguments:

  1. the RadCalendar object that fired the event.

  2. an event arguments object that exposes the following methods:OnCalendarViewChanged event arguments object

NameReturn TypeArgumentsDescription
get_step()intReturns the number of views by which the calendar has changed.

The following example uses the OnCalendarViewChanged event to display an alert:

ASPNET
<telerik:RadCalendar RenderMode="Lightweight" ID="RadCalendar1" runat="server">
 <ClientEvents OnCalendarViewChanged="viewChanged" />
</telerik:RadCalendar>		

See Also

In this article
See Also
Not finding the help you need?
Contact Support