This is a migrated thread and some comments may be shown as answers.

AlphaNumeric input only

1 Answer 261 Views
Input
This is a migrated thread and some comments may be shown as answers.
A K
Top achievements
Rank 1
A K asked on 22 Jul 2010, 05:17 PM
I want to make Teleric textbox to accept only alpha numeric input. How do I do this in javascript? are there any issue to enable this in multiple types of browsers with dieffenet versions?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 23 Jul 2010, 06:17 AM
Hello,

You can easily accomplish this by checking the keyCode in OnKeyPress event of RadTextBox. You will find the following help article very helpful in this.
OnKeyPress


-Shinu.
Tags
Input
Asked by
A K
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or