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
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