Hi,
We would strongly recommend using RadScheduleView, not RadScheduler as the latter is now obsolete and will not receive features or minor bugfixes any more. RadScheduleView can do everything RadScheduler does, it is much faster and easy to customize.
With RadScheduleView (the RadScheduler code is similar) you could use the following code:
var scheduleView = new RadScheduleView();
scheduleView.AppointmentSelectionChanged += new Telerik.Windows.Controls.SelectionChangedEventHandler(ScheduleView_AppointmentSelectionChanged);
private void ScheduleView_AppointmentSelectionChanged(object sender, Telerik.Windows.Controls.SelectionChangedEventArgs e)
{
// throw new NotImplementedException();
}
Kind regards,
Valeri Hristov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>