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

RadMaskedTextbox not loading properly

1 Answer 62 Views
Input
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 18 Oct 2011, 06:48 PM
I am using a RadMaskedTextbox on a Registration page as well as a user properties page in which you have to be logged in to the site to access the user properties page.

The issue I am having is the first time the browser (does not matter which browser) loads the Registration page with the RadMaskedTextbox on it, it does not create the control properly. It just creates a normal html input control with the RadMaskedTextbox's mask, but does not provide any of the actual control's functionality. (i.e. entering only the allowed characters)

The interesting thing is if you log in and navigate to a page with the RadMaskedTextbox on it and then log back out and navigate to the Registration page, the control works perfectly. Sort of like the browser is caching the control's code or something.

Any suggestions or ideas?

1 Answer, 1 is accepted

Sort by
0
Robert
Top achievements
Rank 1
answered on 18 Oct 2011, 09:45 PM
Turns out that the ASP.NET Ajax client-side framework failed to load for our registration page.
Did some more research and found that adding EnableScriptCombine="false" to the RadScriptManager on the page solved the problem.
Tags
Input
Asked by
Robert
Top achievements
Rank 1
Answers by
Robert
Top achievements
Rank 1
Share this question
or