This question is locked. New answers and comments are not allowed.
Hi There,
I have an MVC3 RC2 project with unobtrusive client validation enabled. The project uses Telerik's MVC with build number 2010.3.1110.340. I notice the client side validation is not working if the property of the model is tied to an editor user control which contains an IntegerTextBox. I'm submitting a test project here so you guys can see what I'm trying to do. The view is called TestForm. The client validation is working fine if Html.TextBoxFor is used but when Html.EditorFor is used, it does a post back and performs the server validation instead. This used to work fine before the unobtrusive validation. Any help is appreciated. Thanks!
Ben
I have an MVC3 RC2 project with unobtrusive client validation enabled. The project uses Telerik's MVC with build number 2010.3.1110.340. I notice the client side validation is not working if the property of the model is tied to an editor user control which contains an IntegerTextBox. I'm submitting a test project here so you guys can see what I'm trying to do. The view is called TestForm. The client validation is working fine if Html.TextBoxFor is used but when Html.EditorFor is used, it does a post back and performs the server validation instead. This used to work fine before the unobtrusive validation. Any help is appreciated. Thanks!
Ben