This question is locked. New answers and comments are not allowed.
Hi,
I am using the Telerik datepicker control on an MVC3 projcet with Razor. We are using unobtrusive clientside validation framework.
The clientside validation will work to validate blank fields with a [required] attrinute correctly, but it doesn't seem to validate the format of the input correctly, so for example I could enter the text 'abc' into the datepicker control and then the form would be considered valid.
I noticed the samples (http://demos.telerik.com/aspnet-mvc/datepicker/clientvalidation) work correctly using the MicrosoftMvcValidation.js script library, but I wondered if anyone has noticed this problem with the unobtrusive validation scripts for MVC 3?
Cheers,
Rob
I am using the Telerik datepicker control on an MVC3 projcet with Razor. We are using unobtrusive clientside validation framework.
The clientside validation will work to validate blank fields with a [required] attrinute correctly, but it doesn't seem to validate the format of the input correctly, so for example I could enter the text 'abc' into the datepicker control and then the form would be considered valid.
I noticed the samples (http://demos.telerik.com/aspnet-mvc/datepicker/clientvalidation) work correctly using the MicrosoftMvcValidation.js script library, but I wondered if anyone has noticed this problem with the unobtrusive validation scripts for MVC 3?
Cheers,
Rob