Skip to main content
A newer version of this page is available. .

ASPxClientDateEdit Events

Represents the client-side equivalent of the ASPxDateEdit control.
Name Description
ButtonClick Occurs on the client side after an editor button is clicked. Inherited from ASPxClientButtonEditBase.
CalendarCellClick Occurs when an end user clicks a calendar date cell.
CalendarCustomDisabledDate Allows you to disable the calendar’s days.
CloseUp Occurs on the client side when the drop down window is closed. Inherited from ASPxClientDropDownEditBase.
DateChanged Fires after the selected date has been changed within the date editor.
DropDown Occurs on the client-side when the drop down window is opened by the dropdown button click. Inherited from ASPxClientDropDownEditBase.
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 ASPxClientTextEdit.
KeyPress Occurs on the client-side when an end-user presses and releases a key while the editor has focus. Inherited from ASPxClientTextEdit.
KeyUp Occurs on the client-side when an end-user releases a pressed key while the editor has focus. Inherited from ASPxClientTextEdit.
LostFocus Fires on the client side when the editor loses input focus. Inherited from ASPxClientEdit.
ParseDate Enables you to convert the value entered by an end user into the value that will be stored by the date editor.
QueryCloseUp Occurs on the client side before the drop down window is closed and allows you to cancel the operation. Inherited from ASPxClientDropDownEditBase.
TextChanged This event is not in effect for the ASPxClientDateEdit. Use the ASPxClientDateEdit.DateChanged event instead.
UserInput Fires on the client side when the editor’s input value is changed before the focus moves out of the editor by end-user interactions. Inherited from ASPxClientTextEdit.
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 after the editor’s value has been changed by end-user interactions. Inherited from ASPxClientEdit.
See Also