Hello,
The AppointmentDataBound event is triggered for each appointment in the collection for the RadScheduler. Also, it is triggered again for each appointment, when a new one is created.
With that said, you could simply check e.Appointment when the AppointmentDataBound event is triggered. In addition, you can use the e.Appointment.End, which will provide you with the end time for the currently evaluated appointment in the handler of the event.
See AppointmentDataBound documentation article:
http://docs.telerik.com/devtools/aspnet-ajax/controls/scheduler/server-side-programming/server-events/appointmentdatabound
Regards,
Nencho
Telerik by Progress
The AppointmentDataBound event is triggered for each appointment in the collection for the RadScheduler. Also, it is triggered again for each appointment, when a new one is created.
With that said, you could simply check e.Appointment when the AppointmentDataBound event is triggered. In addition, you can use the e.Appointment.End, which will provide you with the end time for the currently evaluated appointment in the handler of the event.
See AppointmentDataBound documentation article:
http://docs.telerik.com/devtools/aspnet-ajax/controls/scheduler/server-side-programming/server-events/appointmentdatabound
Regards,
Nencho
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.