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

AppointmentTemplate background-color problem

1 Answer 133 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Volkan Sakar
Top achievements
Rank 1
Volkan Sakar asked on 12 Mar 2009, 04:21 PM

Hi,
We have 2 problem in RadScheduler after upgrade Telerik.Web.Ui.Dll from Q1 2008 to Q3 2008.

One of Appointment template:
Using class='appointmentType<%# Eval ("App") %>' for change background-color with css, Q1 2008 change all appointment background but Q3 2008 using skin appointment style and change only upper row background color.
May be this is a bug.

Other is about styling:
How can i change "All Day" and HoursPanels text-align (to center or right) and font properties. (I don't want bold fonts at app.)

Thanks for your help,
Volkan
[artibir]

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 16 Mar 2009, 09:13 AM
Hello Volkan Sakar,

Can you provide some code so we can see on which element are you applying these background colors?

As for your other question - you can modify All-day and Hours Panel font properties and alignment by adding this rule to your project CSS:

div.RadScheduler .rsAllDayHeader,
div.RadScheduler .rsVerticalHeaderTable div
{
    font-weight: normal;
    font-size: 14px;
    text-align: right;
}


Sincerely yours,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
Volkan Sakar
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or