This is a migrated thread and some comments may be shown as answers.

[Solved] Validation fires late -datepicker

0 Answers 20 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
MIFLA
Top achievements
Rank 1
MIFLA asked on 19 Apr 2011, 02:35 PM
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.

@Html.Telerik().DatePickerFor(model => model.OwnedSince)
@Html.ValidationMessageFor(model => model.OwnedSince)


Regards,
Mifla
Tags
Date/Time Pickers
Asked by
MIFLA
Top achievements
Rank 1
Share this question
or