I created a Telerik Web application C# project in VS2013 and found out that no client-side validation occurs. Is it expected due to the Telerik project template is missing any of MS js libraries?
3 Answers, 1 is accepted
0
Misho
Telerik team
answered on 26 Mar 2014, 02:14 PM
Hi,
We are aware of this problem. It is a general configuration issue between the new unobtrusive ASP.NET 4.5 validation and jQuery. The way you could workaround this issue is to disable the Unobstrusive validation mode with the following line in web.config:
Why not to add this option into Telerik project template then?
0
Misho
Telerik team
answered on 26 Mar 2014, 04:18 PM
Hi,
We will take your suggestion into consideration for future implementation. I've logged a public item in our feedback portal where you could observe its status, comment and vote.