Skip to main content

MVCxClientCalendar Events

A client-side counterpart of the Calendar and CalendarFor extensions.
Name Description
BeginCallback Occurs when a callback for server-side processing is initiated.
CallbackError Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPxClientCalendar. Inherited from ASPxClientCalendar.
CellClick Occurs when an end user clicks a date cell. Inherited from ASPxClientCalendar.
CustomDisabledDate Allows you to disable the calendar’s days. Inherited from ASPxClientCalendar.
EndCallback Occurs on the client side after the callback server-side processing has been completed. Inherited from ASPxClientCalendar.
GotFocus Fires on the client side when the editor receives input focus. Inherited from ASPxClientEdit.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
KeyDown Occurs on the client-side when an end-user presses a key while the editor has focus. Inherited from ASPxClientCalendar.
KeyPress Occurs on the client-side when an end-user presses and releases a key while the editor has focus. Inherited from ASPxClientCalendar.
KeyUp Occurs on the client-side when an end-user releases a pressed key while the editor has focus. Inherited from ASPxClientCalendar.
LostFocus Fires on the client side when the editor loses input focus. Inherited from ASPxClientEdit.
SelectionChanged Occurs on the client after a user changes the selected date in the calendar. Inherited from ASPxClientCalendar.
Validation Allows you to specify whether the value entered into the editor is valid, and whether the editor is allowed to lose focus. Inherited from ASPxClientEdit.
ValueChanged Fires when the control accepts the new value entered by a user. Inherited from ASPxClientEdit.
VisibleMonthChanged Occurs on the client when a user changes the month in the calendar. Inherited from ASPxClientCalendar.
See Also