|
|
| Client-Side events |
Send comments on this topic. |
| See Also |
|
RadInput Overview > Client-Side events |
RadDateInput Client Events
|
Event |
Description |
|
OnBlur |
Fired when the input control loses focus. |
|
OnButtonClick |
Fired when the postback button (if displayed) beside the input control is clicked. |
|
OnDisable |
Fired when the input is disabled. |
|
OnEnable |
Fired when the input is enabled. |
|
OnError |
Fired when the user enters invalid data. |
|
OnFocus |
Fired when the input control gains focus.
|
|
OnLoad |
Fired when the input control is loaded on the client. |
|
OnMouseOut |
Fired when the mouse cursor leaves the input area. |
|
OnMouseOver |
Fired when the mouse cursor is over the input.
|
|
OnKeyPress |
The OnKeyPress event occurs when a keyboard key is pressed or held down. |
|
OnValueChanged |
Fired when the data entry in the input is changed by the user (right after the control loses focus). |
|
OnClientMoveUp |
This event is fired when user changes the value of any enumeration mask part of RadDateInput (with either keyboard arrow keys or mouse wheel). |
| OnClientMoveDown |
This event is fired when user changes the value of any enumeration mask part of RadDateInput (with either keyboard arrow keys or mouse wheel). |
|
OnClientError |
This event is fired when user attempts to type unacceptable symbol into RadDateInput (deprecated) |
|
OnClientValueChanged |
This event is fired when the value of the RadDateInput control changes (deprecated) |
| OnClientShowHint |
This event is fired before the hint is shown (applicable for RadMaskedTextBox only) |
RadNumericTextBox Client Events
|
Event |
Description |
|
OnBlur |
Fired when the input control loses focus. |
|
OnButtonClick |
Fired when the postback button (if displayed) beside the input control is clicked. |
|
OnDisable |
Fired when the input is disabled. |
|
OnEnable |
Fired when the input is enabled. |
|
OnError |
Fired when the user enters invalid data. |
|
OnFocus |
Fired when the input control gains focus.
|
|
OnLoad |
Fired when the input control is loaded on the client. |
|
OnMouseOut |
Fired when the mouse cursor leaves the input area. |
|
OnMouseOver |
Fired when the mouse cursor is over the input.
|
|
OnKeyPress |
The OnKeyPress event occurs when a keyboard key is pressed or held down. |
|
OnValueChanged |
Fired when the data entry in the input is changed by the user (right after the control loses focus). |
|
OnClientMoveUp |
This event is fired when user changes the value of any enumeration mask part of RadNumericTextBox(with either keyboard arrow keys or mouse wheel). |
| OnClientMoveDown |
This event is fired when user changes the value of any enumeration mask part of RadNumericTextBox(with either keyboard arrow keys or mouse wheel). |
|
OnClientError |
This event is fired when user attempts to type unacceptable symbol into RadNumericTextBox (deprecated) |
|
OnClientValueChanged |
This event is fired when the value of the RadNumericTextBox control changes (deprecated) |
| OnClientShowHint |
This event is fired before the hint is shown (applicable for RadMaskedTextBox only) |
RadTextBox Client Events
|
Event |
Description |
|
OnBlur |
Fired when the input control loses focus. |
|
OnButtonClick |
Fired when the postback button (if displayed) beside the input control is clicked. |
|
OnDisable |
Fired when the input is disabled. |
|
OnEnable |
Fired when the input is enabled. |
|
OnError |
Fired when the user enters invalid data. |
|
OnFocus |
Fired when the input control gains focus.
|
|
OnLoad |
Fired when the input control is loaded on the client. |
|
OnMouseOut |
Fired when the mouse cursor leaves the input area. |
|
OnMouseOver |
Fired when the mouse cursor is over the input.
|
|
OnKeyPress |
The OnKeyPress event occurs when a keyboard key is pressed or held down. |
|
OnValueChanged |
Fired when the data entry in the input is changed by the user (right after the control loses focus). |
|
OnClientMoveUp |
This event is fired when user changes the value of any enumeration mask part of RadTextBox (with either keyboard arrow keys or mouse wheel). |
| OnClientMoveDown |
This event is fired when user changes the value of any enumeration mask part of RadTextBox (with either keyboard arrow keys or mouse wheel). |
|
OnClientError |
This event is fired when user attempts to type unacceptable symbol into RadTextBox (deprecated) |
|
OnClientValueChanged |
This event is fired when the value of the RadTextBox control changes (deprecated) |
| OnClientShowHint |
This event is fired before the hint is shown (applicable for RadMaskedTextBox only) |
RadMaskedTextBox Client Events
|
Event |
Description |
|
OnKeyPress |
The OnKeyPress event occurs when a keyboard key is pressed or held down. |
|
OnClientMoveUp |
This event is fired when user changes the value of any enumeration mask part of RadMaskedTextBox (with either keyboard arrow keys or mouse wheel). |
| OnClientMoveDown |
This event is fired when user changes the value of any enumeration mask part of RadMaskedTextBox (with either keyboard arrow keys or mouse wheel). |
|
OnClientError |
This event is fired when user attempts to type unacceptable symbol into RadMaskedTextBox. |
|
OnClientValueChanged |
This event is fired when the value of the RadMaskedTextBox control changes. |
| OnClientShowHint |
This event is fired before the hint is shown. |
See Also
|