This is a migrated thread and some comments may be shown as answers.

How to detect which time slot is selected by user?

1 Answer 43 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Orson
Top achievements
Rank 1
Orson asked on 27 Jul 2012, 10:01 AM
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.

1 Answer, 1 is accepted

Sort by
0
Lancelot
Top achievements
Rank 1
answered on 27 Jul 2012, 03:43 PM
Hi Orson,

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.

Good Luck,
Lancelot
Tags
ScheduleView
Asked by
Orson
Top achievements
Rank 1
Answers by
Lancelot
Top achievements
Rank 1
Share this question
or