Hello
I'm trying to create custom backgrounds for appointments.
The code is used to add:
The problem is that the text of the description and the location is the same color. Deputy image to view
http://img211.imageshack.us/img211/2582/examplerz.png
Is there a way to customize the text of the description and the location?
Deputy image to show how I want.
http://img825.imageshack.us/img825/1968/app1z.png
I visited the references page but I do not go out of doubt ( http://www.telerik.com/help/winforms/scheduler-appointments-and-dialogs-working-with-appointments.html )
I'm using Visual Basic.net 2012 Framworks 4.5 whith telerik Q1 2013
thanks
I'm trying to create custom backgrounds for appointments.
The code is used to add:
Me
.RadScheduler1.Backgrounds.Add((
New
AppointmentBackgroundInfo(23,
"Orange"
, Color.Orange, Color.Orange)))
Me
.RadScheduler1.Backgrounds.Add((
New
AppointmentBackgroundInfo(24,
"Yellow"
, Color.Gold, Color.Gold)))
Me
.RadScheduler1.Backgrounds.Add((
New
AppointmentBackgroundInfo(25,
"Green"
, Color.YellowGreen, Color.YellowGreen)))
The problem is that the text of the description and the location is the same color. Deputy image to view
http://img211.imageshack.us/img211/2582/examplerz.png
Is there a way to customize the text of the description and the location?
Deputy image to show how I want.
http://img825.imageshack.us/img825/1968/app1z.png
I visited the references page but I do not go out of doubt ( http://www.telerik.com/help/winforms/scheduler-appointments-and-dialogs-working-with-appointments.html )
I'm using Visual Basic.net 2012 Framworks 4.5 whith telerik Q1 2013
thanks