Is there a way to get selected start and end dates after selecting in TimeSlot?
thanks
1 Answer, 1 is accepted
0
Ivan Danchev
Telerik team
answered on 16 Jun 2016, 05:45 AM
Hello Mind,
You would be able to get the selected appointment's Start and End dates if you subscribe to the Scheduler's OnClientAppointmentClick client-side event (OnClientAppointmentClick="OnClientAppointmentClick") and in its handler call the appointment's get_start() and get_end() methods:
function OnClientAppointmentClick(sender, eventArgs) {