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

Setting Column styles...

5 Answers 69 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sherry
Top achievements
Rank 1
Sherry asked on 30 Jan 2009, 07:28 PM
Can somebody please tell me how I can set the Sunday and Saturday columns while using a predefined theme??????  I cannot seem to find details on how to call the classes correctly!  Please help!

5 Answers, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 03 Feb 2009, 11:57 AM
Hello Edward,

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!
0
Peter
Telerik team
answered on 03 Feb 2009, 03:35 PM

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.
0
Peter
Telerik team
answered on 04 Feb 2009, 10:11 AM

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-sizesmall;  
    } 


Greetings,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Sherry
Top achievements
Rank 1
Answers by
Peter
Telerik team
Sherry
Top achievements
Rank 1
KingPrawn
Top achievements
Rank 1
Share this question
or