I think I have figured out how to run ASP.Net Ajax with an ASPX view engine. How do I use the ASP.Net Ajax with MVC3 Razor view engine. I have not found any examples. Any direction would be extremely helpful.
3 Answers, 1 is accepted
0
Sebastian
Telerik team
answered on 27 Apr 2011, 10:08 AM
Hi Scott,
Our ASP.NET AJAX controls are supported in MVC3 with the WebForms (ASPX) view engine only (see this page for reference). For Razor views (and in general) you may consider using our native MVC extensions.
Thank you very much. I have been playing with the MVC extensions and everything available appears to work well. I was mostly focused on the masked textbox functionality that is available in the ASP.Net Ajax library, but not MVC. Is the masked textbox functionality that Telerik is planning to add to the MVC extensions in the next year? I did not see it on any of road map information that I've read.
Thank you,
Scott Roth
0
Sebastian
Telerik team
answered on 28 Apr 2011, 08:37 AM
Hello Scott,
Currently we do not have plans to provide a counterpart of the AJAX MaskedTextBox control in our MVC suite. I will pass your feedback to our devteam to be considered for a future version of the bundle. At this point your option is to use the AJAX masked textbox inside MVC WebForms views/partial views (if applicable).