Telerik RadInput delivers the convenience of desktop applications to the web with support for short-cut keys (such as Ctrl+C, Ctrl+V, etc.) and arrow-key navigation.
The screenshot below illustrates how you can use the arrowkeys to navigate within a RadMaskedTextBox:
|

|
| Control declaration |
Copy Code |
|
<rad:radmaskedtextbox id="Radmaskedtextbox3" runat="server" PromptChar="_" Skin="MacOS" Mask="###-##-####"> </rad:radmaskedtextbox> | |
See Also