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?
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