Telerik.Web.UI.RadNumericTextBox : Telerik.Web.UI.RadInputControl
Inheritance Hierarchy
Methods
blur
Indicating whether RadInputControl loses focus
Parameters
Returns
None
clear
Clears the client instance of RadInputControl
Parameters
Returns
None
disable
Disables the client instance of RadInputControl
Parameters
Returns
None
enable
Enables the client instance of RadInputControl
Parameters
Returns
None
focus
Indicating whether RadInputControl enter focus
Parameters
Returns
None
get_allowOutOfRangeAutoCorrect
Returns a Boolean value indicating if out-of-range auto correction is allowed
Parameters
Returns
Boolean
get_autoPostBack
Returns the value of the AutoPostBack property
Parameters
Returns
Boolean
get_caretPosition
Returns the current position of the caret.
Parameters
Returns
Number
get_displayValue
Gets the value of RadInputControl as it is formatted when the input does not have focus
Parameters
Returns
String
get_editValue
Gets the value of RadInputControl as it is formatted when the input has focus
Parameters
Returns
String
get_emptyMessage
Returns the message that appears when the input value is an empty string
Parameters
Returns
String
get_enabled
Returns true if the input is enabled
Parameters
Returns
Boolean
get_incrementSettings
Returns the Increment Settings object, which you can use to change the way the text box responds to arrow keys, the mouse wheel, and (if they are showing) the spin buttons
Parameters
Returns
Object
get_invalid
Returns true if the input in error state (riError class is applied)
Parameters
Returns
Boolean
get_invalidStyleDuration
Gets the invalid style duration of RadInputControl
Parameters
Returns
Number
get_maxValue
Returns the maximum value the user can enter
Parameters
Returns
Number
get_minValue
Returns the minimum value the user can enter
Parameters
Returns
Number
get_numberFormat
Returns the Number format client object, which you can use to change the way the text box formats its value when it does not have focus
Parameters
Returns
Telerik.Web.UI.NumberFormat
get_selectionOnFocus
Returns the value of the SelectionOnFocus property
Parameters
Returns
Telerik.Web.UI.SelectionOnFocus
get_showButton
Returns true if the input has an associated image button
Parameters
Returns
Boolean
get_showSpinButtons
Returns true if the text box has an associated pair of spin buttons
Parameters
Returns
Boolean
get_styles
Returns the InputStyles Client object, which can be used to change the appearance of the input when it is first loaded
Parameters
Returns
Array
get_textBoxValue
Gets the string that the user typed into the input
Parameters
Returns
String
get_value
Returns the value of the text box
Parameters
Returns
String
get_visible
Returns whether the input element is rendered as hidden or not. Does not apply if the control is inside another hidden html element
Parameters
Returns
Boolean
get_wrapperElement
Gets the DOM element for the DIV wrapper element
Parameters
Returns
Element
isEmpty
Returns true if the value of the RadInputControl is empty
Parameters
Returns
None
isMultiLine
Returns true if the value of the RadInputControl is multi line
Parameters
Returns
None
isNegative
Returns true if the value of the RadInputControl is a negative number
Parameters
Returns
None
isReadOnly
Returns true if the value of the RadInputControl is read only
Parameters
Returns
None
raise_blur
Raises the blur event
Parameters
args Sys.EventArgs
Returns
None
raise_buttonClick
Raises the buttonClick event
Parameters
args Sys.EventArgs
Returns
None
raise_disable
Raises the handler for the mouseOver event
Parameters
args Sys.EventArgs
Returns
None
raise_enable
Raises the enable event
Parameters
args Sys.EventArgs
Returns
None
raise_enumerationChanged
Raises the enumerationChanged event
Parameters
args Sys.EventArgs
Returns
None
raise_error
Raises the error event
Parameters
args Sys.EventArgs
Returns
None
raise_focus
Raises the focus event
Parameters
args Sys.EventArgs
Returns
None
raise_keyPress
Raises the keyPress event
Parameters
args Sys.EventArgs
Returns
None
raise_load
Raises the load event
Parameters
args Sys.EventArgs
Returns
None
raise_mouseOut
Raises the mouseOut event
Parameters
args Sys.EventArgs
Returns
None
raise_mouseOver
Raises the mouseOver event
Parameters
args Sys.EventArgs
Returns
None
raise_moveDown
Raises the moveDown event
Parameters
args Sys.EventArgs
Returns
None
raise_moveUp
Raises the moveUp event
Parameters
args Sys.EventArgs
Returns
None
raise_valueChanged
Raises the valueChanged event
Parameters
newValue Object
oldValue Object
Returns
None
raise_valueChanging
Raises the valueChanging event
Parameters
args Sys.EventArgs
Returns
None
raisePostBackEvent
Raises the postback event of RadInputControl
Parameters
Returns
None
repaint
Redraws the client side object on the client
Parameters
Returns
None
saveClientState
Saves the client state of the RadNumericTextBox control
Parameters
Returns
None
selectAllText
Selects all text in the RadInputControl
Parameters
Returns
None
selectText
Selects the text in the specified range of positions. The first parameter is the start of the range and the second is the end of the range
Parameters
start Number
end Number
Returns
None
set_allowOutOfRangeAutoCorrect
Accepts a Boolean value indicating if out-of-range auto correction is allowed
Parameters
value Boolean
Returns
None
set_autoPostBack
Enables or disables postbacks when the user changes the text in the input
Parameters
value Boolean
Returns
None
set_caretPosition
Sets the position of the caret
Parameters
position Number
Returns
None
set_emptyMessage
Sets the message that appears when the input value is an empty string
Parameters
value String
Returns
None
set_enabled
Sets true if the input is enabled
Parameters
value Boolean
Returns
None
set_incrementSettings
Sets the Increment Settings object, which you can use to change the way the text box responds to arrow keys, the mouse wheel, and (if they are showing) the spin buttons
Parameters
value Object
Returns
None
set_invalid
Sets if the input should be in error state (riError class to be applied)
Parameters
value Boolean
Returns
None
set_invalidStyleDuration
Sets the invalid style duration of RadInputControl
Parameters
value Number
Returns
None
set_maxValue
Sets the maximum value the user can enter
Parameters
value Number
Returns
None
set_minValue
Sets the minimum value the user can enter
Parameters
value Number
Returns
None
set_numberFormat
Sets the Number format client object, which you can use to change the way the text box formats its value when it does not have focus
Parameters
value Telerik.Web.UI.NumberFormat
Returns
None
set_selectionOnFocus
Sets the SelectionOnFocus property
Parameters
value Telerik.Web.UI.SelectionOnFocus
Returns
None
set_showButton
Accepts true if the input has an associated image button
Parameters
value Boolean
Returns
None
set_showSpinButtons
Sets true if the text box has an associated pair of spin buttons
Parameters
value Boolean
Returns
None
set_styles
Sets the InputStyles Client object, which can be used to change the appearance of the input when it is first loaded
Parameters
value Array
Returns
None
set_textBoxValue
Sets the string that the user typed into the input
Parameters
value String
Returns
None
set_value
Sets the value of the text box
Parameters
newValue String
Returns
None
set_visible
Sets the input element as hidden on the client
Parameters
value Boolean
Returns
None
updateCssClass
Updates the css class of RadInputControl
Parameters
Returns
None
updateCssText
Updates the css text of RadInputControl
Parameters
styleCssText String
Returns
None
updateDisplayValue
Updates the display value of RadInputControl
Parameters
Returns
None
Events
valueChanging
Raised after the control loses focus just before a new value has been assigned.
Event Data
sender Telerik.Web.UI.RadNumericTextBox
The RadInputControl that raised the event
args Telerik.Web.UI.InputValueChangingEventArgs
valueChanged
Raised after the control loses focus when a new value has been assigned.
Event Data
sender Telerik.Web.UI.RadNumericTextBox
The RadInputControl that raised the event
args Telerik.Web.UI.InputValueChangedEventArgs
disable
Raised when the control is disabled
Event Data
sender Telerik.Web.UI.RadNumericTextBox
The RadInputControl that raised the event
args Sys.EventArgs
enable
Raised when the control is enabled
Event Data
sender Telerik.Web.UI.RadNumericTextBox
The RadInputControl that raised the event
args Sys.EventArgs
focus
Raised when the control is focused
Event Data
sender Telerik.Web.UI.RadNumericTextBox
The RadInputControl that raised the event
args Sys.EventArgs
load
Raised when the control is loaded on the client.
Event Data
sender Telerik.Web.UI.RadNumericTextBox
The RadInputControl that raised the event
args Sys.EventArgs
mouseOver
Raised when the mouse enters the input area.
Event Data
sender Telerik.Web.UI.RadNumericTextBox
The RadInputControl that raised the event
args Sys.EventArgs
mouseOut
Raised when the mouse leaves the input area.
Event Data
sender Telerik.Web.UI.RadNumericTextBox
The RadInputControl that raised the event
args Sys.EventArgs
blur
Raised when the RadInputControl loses focus
Event Data
sender Telerik.Web.UI.RadNumericTextBox
The RadInputControl that raised the event
args Sys.EventArgs
buttonClick
Raised when the user clicks on the button that is associated with the input control
Event Data
sender Telerik.Web.UI.RadNumericTextBox
The RadInputControl that raised the event
args Telerik.Web.UI.InputButtonClickEventArgs
moveDown
Raised when the user decreases the value of an enumeration or numeric range mask part.
Event Data
sender Telerik.Web.UI.RadNumericTextBox
The RadInputControl that raised the event
args Telerik.Web.UI.MaskedTextBoxEventArgs
error
Raised when the user enters an invalid value
Event Data
sender Telerik.Web.UI.RadNumericTextBox
The RadInputControl that raised the event
args Telerik.Web.UI.InputErrorEventArgs
moveUp
Raised when the user increases the value of an enumeration or numeric range mask part.
Event Data
sender Telerik.Web.UI.RadNumericTextBox
The RadInputControl that raised the event
args Telerik.Web.UI.MaskedTextBoxEventArgs
keyPress
Raised when the user presses a key to enter a value.
Event Data
sender Telerik.Web.UI.RadNumericTextBox
The RadInputControl that raised the event