How to get current Appointment from RadScheduleView

1.2k Views Asked by At

I have a Telerik:RadScheduleView control in a Silverlight application. When a user passes the mouse over an appointment item, I want to capture that appointment and call an event passing that appointment.

How can I capture the appointment that the user mouses over?

2

There are 2 best solutions below

0
Tahir On BEST ANSWER

Use AppointmentSelectionBehavior property of the RadScheduleView. For more detail... http://www.telerik.com/help/silverlight/radscheduleview-features-appointment-selection-behavior.html

1
user2224826 On

you can use ScheduleVw.CurrentAppointment.This holds the current appointment the user is working on .Where ScheduleVw is your Radscheduleview