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

DateInput and RFV

1 Answer 40 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Jill
Top achievements
Rank 1
Jill asked on 15 Aug 2008, 04:29 PM
I am trying to use a RequiredFieldValidator with the RadDatePicker control.  If I type in a date (versus selecting from the calendar popup), I get the RFV error message.  Apparently there's a disconnect somewhere - the RFV doesn't realize I've manually entered a date.

Does anyone have a solution to this?  Here's my code:

<telerik:RadDatePicker runat="server" id="dpDateOfBirth" width="95px />

<asp:RequiredFieldValidator runat="server" ID="rfvDateOfBirth" EnableClientScript="true" ControlToValidate="dpDateOfBirth" Display="None" SetFocusOnError="true" ErrorMessage="Date of Birth is Required." />

1 Answer, 1 is accepted

Sort by
0
Missing User
answered on 18 Aug 2008, 10:37 AM
Hello Jill,

We tried to reproduce the reported issue on our side, but to no avail (find attached a test page). I suspect that you use some older versions of the control. Please update to the latest official release (RadControls for ASP.NET AJAX 2008.2.723.20) and let us know how it goes.

Regards,
Plamen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Calendar
Asked by
Jill
Top achievements
Rank 1
Answers by
Missing User
Share this question
or