RadMaskedTextBox is an enhanced data entry control that uses a
mask
to distinguish between proper and improper user input. It shares the common properties of all RadInput controls, including support for skins,
styles for different states, empty message support, conditional postback on text change, flexible caret and button positioning, labels, and so on.
This example demonstrates some of the key features of RadMaskedTexBox like:
- Support for most commonly used masks (phone, social security, IP address, zip, etc.)
- Display Mask and Display Prompt Char
- Selection On Focus
- Multiline mode
Use the configurator to alter the settings of the Single-line RadMaskedTextBox.
You can change its Mask, SelectionOnFocus enable/disable its DisplayMask, DisplayPromptChar,
PromtChar properties.
The second input illustrates a Multi-line RadMaskedTextBox.
Related Resources