Telerik.Web.UI.Calendar.DatePickerClientEvents
Summary description for DatePickerClientEvents. See http://docs.telerik.com/devtools/aspnet-ajax/controls/datepicker/client-side-programming/events/overview.html Client Eventsfor more information.
Inheritance Hierarchy
- System.Object
- Telerik.Web.UI.ObjectWithState
- Telerik.Web.UI.Calendar.DatePickerClientEvents
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.
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;