Telerik RadInput is a highly customizable component for
controlled data, numeric and text inputs in ASP.NET applications. RadInput
consists of four controls - RadTextBox, RadNumericTextBox,
RadMaskedTextBox and RadDateInput
Key Features
RadTextBox - skinable text control that can accept all
characters (alphabet, numeric and symbols) and have the following features:
-
Password mode
-
MultiLine mode
-
SingleLine mode
-
MaxLength
-
AutoComplete behavior
RadNumericTextBox - accepts only numeric entries and have the
following features:
-
Currency mode
-
Percentage mode
-
Number mode
-
Spin buttons with positioning
-
Culture formats
-
Increment/Decrement with mouse wheel
-
Increment/Decrement with up and down arrow keys
-
Nullable Value property
RadDateInput - formats and validates DateTime, parses the entry
like the date input in Microsoft Outlook and has the following features:
-
Parse dates from random strings on the client
-
Handle the OnError event to plug in some custom parsing
-
Invalid date style
-
Culture formats
-
Increment/Decrement with mouse wheel
-
Increment/Decrement with up and down arrow keys
-
Nullable SelectedDate
property
-
Integration with RadCalendar
RadMaskedTextBox - an enhanced data entry control which uses a
mask to distinguish between proper and improper user input. You can use a mask
to specify the accepted format such as IP address, telephone number, currency,
etc. :
-
Support for most commonly used masks (phone, social security, state, zip, etc.)
-
Hint supports
-
Multiline mode
Common features
-
Copy/paste support
-
Predefined styles
-
Client/Server side data validation
-
Caret positioning
-
Select text on focus
-
Empty message
-
Interoperability with RadAjax � add AJAX functionality to RadInput thanks to
the controls from the RadAjax framework