Telerik.Web.UI.Calendar.MonthYearPickerClientEvents
Summary description for MonthYearPickerClientEvents. See http://docs.telerik.com/devtools/aspnet-ajax/controls/monthyearpicker/client-side-programming/events/overview.html Client Eventsfor more information.
Inheritance Hierarchy
- System.Object
- Telerik.Web.UI.ObjectWithState
- Telerik.Web.UI.Calendar.MonthYearPickerClientEvents
Properties
OnDateSelected String
Gets or sets the name of the client-side event handler that is executed whenever the selected date of the datepicker is changed.
OnMonthSelected String
Gets or sets the name of the client-side event handler that is executed whenever the selected month of the picker is changed.
OnPopupClosing String
Gets or sets the name of the client-side event handler that is executed prior to closing the calendar popup.
Remarks
There can be some conditions you do want not to close the calendar popup on
click over it. Then you should cancel the event either by return false; or
set its argument args.CancelClose = true;
OnPopupOpening String
Gets or sets the name of the client-side event handler that is executed prior to opening the calendar popup and its synchronizing with the DateInput value.
Remarks
There can be some conditions you do want not to open the calendar popup on
click of the popup button. Then you should cancel the event either by return
false; or set its argument args.CancelOpen = true;
OnViewChanged String
Gets or sets the name of the client-side event handler that is executed whenever the years view is changed.
OnYearSelected String
Gets or sets the name of the client-side event handler that is executed whenever the selected year of the picker is changed.