Is there a possibility to set background color based on a value in custom field in Appointments table (let's say "radScheduler1_AppointmentFormatting" event)?
TNX and BR,
Smiljan
1 Answer, 1 is accepted
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 06 Apr 2015, 06:26 AM
Hello Smiljan,
Thank you for writing.
Your question has already been answered in the support thread you have opened on the same topic. However, I am posting the reply here as well in order the community to benefit from it.
Please refer to our Formatting appointments help article which demonstrates how to style the AppointmentElements. In the event handler you have access to the Appointment via the SchedulerAppointmentEventArgs. You should cast the SchedulerAppointmentEventArgs.Appointment to your custom class, extract the custom field and apply the desired style to the SchedulerAppointmentEventArgs.AppointmentElement.
I hope this information helps. Should you have further questions, I would be glad to help.