This is a migrated thread and some comments may be shown as answers.

ForeColor in AppointmentDataBound

1 Answer 50 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ken
Top achievements
Rank 1
Ken asked on 21 Dec 2012, 04:12 PM
Changing forecolor doesnt seem to work in AppointmentDataBound...
The backColor changes just fine..
The ForeColor stays black..

e.Appointment.BackColor = Color.Blue;
e.Appointment.ForeColor = Color.White;


1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 26 Dec 2012, 07:43 AM
Hi Ken,

I tested the described scenario and it worked fine on my end. Could you share some more details about your setup so that I can accurately reproduce it locally. For instance, how do you bind the Appointments to the Scheduler (Xml Provider, WebService, asp DataSource control), and what version of the controls do you use.
 
Regards,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
Ken
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or