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

Remote validator return null value.

0 Answers 29 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.
Juan Pablo Perez
Top achievements
Rank 1
Juan Pablo Perez asked on 04 Feb 2011, 06:58 PM
I have a form with some controls, meanwhile remote validator for normal text control works perfectly in the same form the remote validator for a DatePickedFor Telerik control return allways null. Does anybody know how to resolve this problem?
Thanks in advance.

@(Html.Telerik().DatePickerFor(x => x.Model.Birthdate)
           .InputHtmlAttributes(new { @class = "FormDate" })
           .ShowButton(true)
           .Min(DateTime.Now.AddYears(-150))
           .Max(DateTime.Now.AddYears(-18))
           .Value(Model.Model.Birthdate)
   )
Tags
Date/Time Pickers
Asked by
Juan Pablo Perez
Top achievements
Rank 1
Share this question
or