I am using Vista theme for this RadScheduler. I have the following code which is executed during run-time. But the fore color of the appointment does not change.
If obj_Appoint.Pax >= FnBDALC.GetDALC.GetFnBOutletThresholdByOutletCode(obj_Appoint.Outlet) Then
objTelerik_Web_UI_Appointment_ForeColor = Drawing.Color.Red
Else
objTelerik_Web_UI_Appointment_ForeColor = Drawing.Color.Blue
End If
Thanks in advance.
If obj_Appoint.Pax >= FnBDALC.GetDALC.GetFnBOutletThresholdByOutletCode(obj_Appoint.Outlet) Then
objTelerik_Web_UI_Appointment_ForeColor = Drawing.Color.Red
Else
objTelerik_Web_UI_Appointment_ForeColor = Drawing.Color.Blue
End If
Thanks in advance.