This question is locked. New answers and comments are not allowed.
Hi,
We are using the datepicker to input a date in our mvc app. The problem is, the validation doesn't seem to fire. It only fires after a submit is complete. What can I do to fix this?
Any help would be greatly appreciated.
Regards,
Mifla
We are using the datepicker to input a date in our mvc app. The problem is, the validation doesn't seem to fire. It only fires after a submit is complete. What can I do to fix this?
Any help would be greatly appreciated.
@Html.Telerik().DatePickerFor(model => model.OwnedSince)
@Html.ValidationMessageFor(model => model.OwnedSince)Regards,
Mifla