How to detect which time slot is selected by user?
I'm using LightSwitch. I want to trigger a event to record time of time slot when user clicked to the time slot.
But I cannot find the event on scheduleview control.
You can find a complete list of events that are wired to RadScheduleView here. You could then tap into MyRadScheduleView.SelectedAppointment or SelectedSlot (depending on what is being retrieved) to retrieve the value. Keep in mind that SelectedAppointment could return a null value.