Is it possible, on RadDatePicker control, to handle click event on week number ?
If so, how to get the clicked week number ?
Thanks
3 Answers, 1 is accepted
0
Vladi
Telerik team
answered on 27 Mar 2013, 12:49 PM
Hi,
In the current version of RadDatePicker adding click events to the week numbers is not supported.
You should be able to customize the template of the control and because the week numbers in the control are CalendarButton that inherit ContentControl and you should be able to override its MouseLeftButtonDown and MouseLeftButtonUp events and add a custom logic to them.