Hello,
I am trying to apply 3 different colors to the appointment based on the selected resources but it aint working. Any ideas why? Thank you.
Thank you TELERIK in advance for your help.
I am trying to apply 3 different colors to the appointment based on the selected resources but it aint working. Any ideas why? Thank you.
<telerik:RadScheduler ID="RadScheduler1" /> ....... <ResourceTypes> <telerik:ResourceType DataSourceID="SqlDataSource2" ForeignKeyField="PeopleID" KeyField="ID" Name="User" TextField="People" /> </ResourceTypes> <ResourceStyles> <telerik:ResourceStyleMapping Type="User" Text="Dodo" ApplyCssClass="rsCategoryBlue" /> <telerik:ResourceStyleMapping Type="User" Text="Maya" ApplyCssClass="rsCategoryOrange" /> <telerik:ResourceStyleMapping Type="User" Text="Tata" ApplyCssClass="rsCategoryGreen" /> </ResourceStyles>Thank you TELERIK in advance for your help.