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

RadDatePicker OnBlur not firing

1 Answer 110 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Raeford
Top achievements
Rank 1
Raeford asked on 06 May 2013, 04:02 PM
I am unable to get the raddatepicker OnBlur event to fire. I was success calling the same function when I used the OnFocus event. Any ideas? I've noticed that others have run into this problem in the past, but none of the solutions offered is helping.

 

 

<td>

 

<telerik:RadDatePicker ID="rdpDOB" runat="server" Skin="Web20" AutoPostBack="false" CssClass="clsRadCalendar" MinDate="1/1/1900" MaxDate="1/1/9999" DateInput-DateFormat="M/d/yyyy" DateInput-ClientEvents-OnBlur="validateAge" />
</td>

1 Answer, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 09 May 2013, 09:41 PM
Hello Raeford,

Using the provided definition I tried to reproduce the problem but was unable to do so. Please review my test  project and tell us what differs in your case. It would be best to show us your entire markup and code-behind so we could get a better view over your setup.

Kind regards,
Angel Petrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Raeford
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Share this question
or