Hi
Is there a way of preventing the < > characters being entered in RadTextbox. I tried implementing a new control derived from the RadTextbox but the radtextbox renders a span as the outer control so i could not consume the onkeypress events etc.
Then i looked at the control suite and found that RadInputManager might do the job. But i have been unable to construct a regular expression which will ensure that the brackets <> are not allowed in the textboxes.
Can anyone help please.
Thanks.
Is there a way of preventing the < > characters being entered in RadTextbox. I tried implementing a new control derived from the RadTextbox but the radtextbox renders a span as the outer control so i could not consume the onkeypress events etc.
Then i looked at the control suite and found that RadInputManager might do the job. But i have been unable to construct a regular expression which will ensure that the brackets <> are not allowed in the textboxes.
Can anyone help please.
Thanks.