Hi Guys,
Please can any one advise if there is a way to handle the Handling "DefaultViewChanged" event of the RadDateTimePicker's Calendar in the code behind?
I have tried using...
...to hook up to...
...but this does not seems to work. Putting a break point in the handler method shows it is never reached.
Any help appreciated.
Best regards,
Duane.
(Edited to remove Typo!)
Please can any one advise if there is a way to handle the Handling "DefaultViewChanged" event of the RadDateTimePicker's Calendar in the code behind?
I have tried using...
AddHandler fdCourseStartDateDateTimePicker.Calendar.DefaultViewChanged, AddressOf fdCourseStartDateDateTimePicker_Calendar_DefaultViewChangedProtected Sub fdCourseStartDateDateTimePicker_Calendar_DefaultViewChanged(ByVal sender As Object, ByVal e As Telerik.Web.UI.Calendar.DefaultViewChangedEventArgs) System.Diagnostics.Debug.WriteLine("") End Sub...but this does not seems to work. Putting a break point in the handler method shows it is never reached.
Any help appreciated.
Best regards,
Duane.
(Edited to remove Typo!)