Hi, I would like to allow the user to change the currently selected RadCalendar day based on the arrow keys (as well as the mouse). How would I do that?
(It seems that using the arrow keys does not fire the RadCalendar.SelectionChanged event.)
Thanks,
-Lou
2 Answers, 1 is accepted
0
Stefan
Telerik team
answered on 10 Mar 2015, 01:45 PM
Hi Lou,
Thank you for writing.
You can use the PropertyChanged event of the control to detect when the FocusedDate is getting changed (which will be changed when the arrow keys are pressed) and in it, set the control's SelectedDate:
I hope that you find this information useful. Should you have any other questions, do not hesitate to contact us.
Regards,
Stefan
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.