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

Rad Input

2 Answers 55 Views
Input
This is a migrated thread and some comments may be shown as answers.
John Giblin
Top achievements
Rank 1
John Giblin asked on 04 May 2009, 08:08 PM
I am using the radmaskedtextbox and I am having issues when I deploy it from a 32 bit system to a 64 bit

Below is the code
 <telerik:radmaskedtextbox id="txtAltPhone" runat="server" TabIndex=12 PromptChar="_"  Mask="(###)###-####"></telerik:radmaskedtextbox>

In IE, Firefox and Opera in the 64 bit. I am able to type any characters and I am able to delete the (   )   -     from the input
What am I doing wrong

2 Answers, 1 is accepted

Sort by
0
Serrin
Top achievements
Rank 1
answered on 05 May 2009, 07:35 PM
Hey John,

Out of curiosity, what version of the controls are you using?  I just dropped your code below into a test form on Vista64, RadControls v2009.1.402.35 and cannot reproduce the problem of deleting characters or being able to type anything I'd like.  Perhaps it is possible that there is some other code on the page which may be interfering with the control?

Would you mind posting the full code of the page so we all can look into it a little further?

Thanks!
0
John Giblin
Top achievements
Rank 1
answered on 07 May 2009, 02:37 PM
it seems to work now. I had an issue since I was using the asp.net 2008 2nd Qtr. This was causing problems with the version of script manager.

It seems when I used my latest version of ASP.net Ajax Rad Controls, it wanted version 1.0.61025.0 version of the system.web.extensions as opposed to when I used an earlier version of Rad Controls without ajax, it uses 3.5 and I get that message where it doesnt know what version to use. Is there a good resource for this?  I would like to use the latest version
Tags
Input
Asked by
John Giblin
Top achievements
Rank 1
Answers by
Serrin
Top achievements
Rank 1
John Giblin
Top achievements
Rank 1
Share this question
or