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

[Solved] Timeslot Background Color with Resource Grouping

1 Answer 135 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Lim
Top achievements
Rank 1
Lim asked on 30 Apr 2009, 07:28 AM
Hi,
I have a scheduler created with resource grouping (GroupBy = "Room"). I can get the appointment to show up just fine.
I am able to change the background color for each timeslot by setting the CssClass in 

RadScheduler1_TimeSlotCreated event.

Sub RadScheduler1_TimeSlotCreated(ByVal sender As Object, ByVal e As TimeSlotCreatedEventArgs)

        e.TimeSlot.CssClass = "colorStyle1"
End Sub

However, i would like to set different background color for each group of the Room.
For example:
Room1: Background color = Green
Room2: Background color = Red

Is there anyway i am able to acheive this??
Your kind help is very much appreciated.

Thanks.
Lim

1 Answer, 1 is accepted

Sort by
0
Lim
Top achievements
Rank 1
answered on 04 May 2009, 03:02 AM
Can anyone assist me on the above?

Thanks.
Lim
Tags
Scheduler
Asked by
Lim
Top achievements
Rank 1
Answers by
Lim
Top achievements
Rank 1
Share this question
or