1

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?

Jerry
  • 6,357
  • 8
  • 35
  • 50

2 Answers2

1

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

Tahir
  • 26
  • 1
1

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