Date Picker Preview event?

0 Answers 84 Views
DatePicker
AztecConsulting
Top achievements
Rank 2
AztecConsulting asked on 30 Nov 2021, 02:48 PM

After selecting a date from the calendar control, control goes to the field with the date value but doesn't fire the OnChanged event until after an action draws focus away.  Is there a event that I can hook into at this state (after the selection and before the OnChanged event)?  I need update the page when the visible date in the field is different and OnChanged is firing too late because of this preview. 

I've looked into using ValueChanged but haven't been able to pre-set the value.  

 

Dimo
Telerik team
commented on 01 Dec 2021, 12:18 PM

The ValueChanged event should do the job, because it fires immediately after date selection in the Calendar popup and before the DatePicker is blurred. Can you explain what do you mean by "haven't been able to pre-set the value"?

No answers yet. Maybe you can help?

Tags
DatePicker
Asked by
AztecConsulting
Top achievements
Rank 2
Share this question
or