5 Answers, 1 is accepted
0
Accepted
Hello Edward,
You can use the following css to customize the Sunday and Saturday columns:
Regards,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
You can use the following css to customize the Sunday and Saturday columns:
.rsSatCol, .rsSunCol |
{ |
background: silver !important; |
} |
Regards,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Sherry
Top achievements
Rank 1
answered on 03 Feb 2009, 01:30 PM
Ok, very trivial. The controls are great but the references are very limited. Any chance of a greater reference for the controls?
Thanks for the help!
Thanks for the help!
0
You can set the CssClass property for timeslots and appointments. Please, refer to the following resources:
http://www.telerik.com/support/kb/aspnet-ajax/scheduler/setting-special-days-or-time-slots-in-radscheduler.aspx
http://www.telerik.com/help/aspnet-ajax/schedule_howtoset_different_styles_for_appointments.html
If there is something specific that you need help with, please feel free to contact us.
Kind regards,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
KingPrawn
Top achievements
Rank 1
answered on 03 Feb 2009, 05:44 PM
Is it possible to change the Resource Header Font?
Thanks.
Thanks.
0
Here are the selectors with which you can control the resource header:
/*Horizontal Grouping*/ |
.rsHorizontalHeaderWrapper th |
{ |
font-size:x-large; |
} |
/*Vertical grouping*/ |
.rsVerticalHeaderWrapper th |
{ |
font-size:x-large; |
} |
/*To prevent overriding the hours panel, you need to reset explicitly those properties which |
you specify in the above selector*/ |
.rsVerticalHeaderWrapper th div |
{ |
font-size: small; |
} |
Greetings,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.