I need a simple example of how to make a RadMaskTextBox Control work in a NET4 ASP.NET/MVC2 Telerik MVC2 application.
Thanks in advance
2 Answers, 1 is accepted
0
Marin
Telerik team
answered on 19 Nov 2010, 04:34 PM
Hello William,
Masked textbox is still not provided in the ASP.NET MVC controls. However you can check the ASP.NET AJAX version of this control here: RadMaskedTextbox - First look
I think I have found a better solution for now by using the jquery-maskedinput-1.2.2.js from Digital Brush. It seems to peacefully coeexist with the Telerik helpers.