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

Scheduler Appointment colors

2 Answers 64 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Adam Corriher
Top achievements
Rank 1
Adam Corriher asked on 04 Nov 2013, 04:17 PM
We are using the latest release and we have lost all of our appointment background colors.  I am assigning the colors in the AppointmentDatabound  code as follows based on the type of appointment

"e.Appointment.BackColor = Color.Orange"

It looks like it is assigning the color correctly and I can see the color around the edges of the appointment, but it looks like an image is sitting on top of the back ground color.  This was not an issue before.  All the colors showed correctly.  The screenshot below shows the appointment as yellow when I coded it to be orange.



I also narrowed it down to only certain themes.  "WebBlue" shows only the one color and "Simple" showing the color we programmed the appointment to show.

Did something change in the Css to apply an image on the appointment in the last update?  Please help.

2 Answers, 1 is accepted

Sort by
0
Rino
Top achievements
Rank 1
answered on 06 Nov 2013, 02:18 PM
We are having the same issue using the Web20 skin.  Please advise.
0
Kate
Telerik team
answered on 07 Nov 2013, 11:02 AM
Hi Rick,

Please try using the following css class selector and check if this fixes the issue from your side:
div.RadScheduler_Web20 .rsAptContent {
    background-image: none;
}

In case this does not help I would like to ask you to open a support ticket where you can attach a very simplified runnable project that I can test from my side and assist you in resolving the issue.

Regards,
Kate
Telerik
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 the blog feed now.
Tags
Scheduler
Asked by
Adam Corriher
Top achievements
Rank 1
Answers by
Rino
Top achievements
Rank 1
Kate
Telerik team
Share this question
or