Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
Custom data using Tag property
posted

I need to customize each appointments image, background color and bar color.  The appointments are bound to my dataset during the load and I would like to bind the Tag property to my CustomerData so that I can refer to those values in the AppointmentDataInitialized  event.  This is not working..

Me.ultraCalendarInfo1.DataBindingsForAppointments.Tag = "CustomData"

I have a calendar with 6k+ appointments and was originally using the DataKey to do a lookup in the AppointmentDataInitialized event, but that lookup is too costly.  I’ve tested by storing my CustomData in the SubjectMember to make sure I will get better performance, and I do. 

I imagine I’m missing something, so can you point me in the right direction.  I’m using VB.NET

Thanks!

Deb