ASPxClientDateEdit Events
Represents the client-side equivalent of the ASPxDateEdit control.
Name | Description |
---|---|
Button |
Occurs on the client side after an editor button is clicked.
Inherited from ASPx |
Calendar |
Occurs when an end user clicks a calendar date cell. |
Calendar |
Allows you to disable the calendar’s days. |
Close |
Occurs on the client side when the drop down window is closed.
Inherited from ASPx |
Date |
Occurs on the client after a user changes the selected date in the date editor. |
Drop |
Occurs on the client-side when the drop down window is opened by the dropdown button click.
Inherited from ASPx |
Got |
Fires on the client side when the editor receives input focus.
Inherited from ASPx |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Key |
Occurs on the client-side when an end-user presses a key while the editor has focus.
Inherited from ASPx |
Key |
Occurs on the client-side when an end-user presses and releases a key while the editor has focus.
Inherited from ASPx |
Key |
Occurs on the client-side when an end-user releases a pressed key while the editor has focus.
Inherited from ASPx |
Lost |
Fires on the client side when the editor loses input focus.
Inherited from ASPx |
Parse |
Enables you to convert the value entered by an end user into the value that will be stored by the date editor. |
Query |
Occurs on the client side before the drop down window is closed and allows you to cancel the operation.
Inherited from ASPx |
Text |
This event is not in effect for the ASPx |
User |
Fires on the client each time a user changes an editor’s input value.
Inherited from ASPx |
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 ASPx |
Value |
Fires when the control accepts the new value entered by a user.
Inherited from ASPx |
See Also