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

Apply colours to the timeslot

1 Answer 59 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Pradeep Enugala
Top achievements
Rank 1
Pradeep Enugala asked on 04 Aug 2010, 07:29 AM
Dear telerik Team,

I am working with the resource grouping where my scheduler shows multiple resources. And I am applying timeslots back colour depending on my conditions.  Now I need to show the timeslot with two different colours. I tried it by changing the css class of scheduler stylesheet shown below.

.RadScheduler_NewSkin .rsContentTable .rsAlt td
{
    border-left-width: 15px;
border-left-color: Green;
border-left-style: solid;
}

then i got timeslot colour for alternate rows of scheduler which shown in below image with name timeslot_colors.jpg.
But I need to apply colours to all the rows such as shown in below figure with name color_repr.jpg

Please refer color_repr.jpg image and give me possible modifications to achieve that functionality.

Thanks and Regards
--------------------------
Pradeep

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 10 Aug 2010, 01:09 PM
Hello Pradeep,

What you require depends on how you set the background colors. Can you send a sample project where we can see how you do it? Thank you in advance.

Other than that - to override the border widths and colors of all cells use this CSS:
div.RadScheduler .rsTopWrap .rsContentTable td
{
    border-left-width: 15px;
    border-left-color: Green;
    border-left-style: solid;
}

Kind regards,
Kamen Bundev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler
Asked by
Pradeep Enugala
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or