Hi There
I see from the demo project that the scheduler can have the entries style using the following code:-
I need to do the same thing so I can style the appointment entries in to be differet colours, how can I do this for the scheduler?
I have a blank solution with a blank page and just the scheduler on it - so how does the code above reference a stylesheet If I want to use my own styles and stylesheets to accomplish this?
Thanks
Gregor
I see from the demo project that the scheduler can have the entries style using the following code:-
<ResourceStyles> |
<telerik:ResourceStyleMapping Type="User" Text="Alex" ApplyCssClass="rsCategoryBlue" /> |
<telerik:ResourceStyleMapping Type="User" Text="Bob" ApplyCssClass="rsCategoryOrange" /> |
<telerik:ResourceStyleMapping Type="User" Text="Charlie" ApplyCssClass="rsCategoryGreen" /> |
</ResourceStyles> |
I need to do the same thing so I can style the appointment entries in to be differet colours, how can I do this for the scheduler?
I have a blank solution with a blank page and just the scheduler on it - so how does the code above reference a stylesheet If I want to use my own styles and stylesheets to accomplish this?
Thanks
Gregor