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

Year-long Calendar from Scheduler

2 Answers 56 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 28 Aug 2008, 07:29 PM
My customer wants to print a years worth of calendars - as well as other things that make me want to use the scheduler and not calendar.  I have basically plopped 12 schedulers on the form and populate them all individually.  My problem is that I want to have the August 2008 to show up at the top, but not the prev/next buttons and the options to change the view types.  It seems like all of those are tied together in the ShowHeaders property - is that correct or am I missing something.  If I am correct, is there a workaround?

Thanks!!

2 Answers, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 01 Sep 2008, 08:50 AM
Hi Richard,

You can hide all of the navigation elements in the header using the following CSS:
.rsHeader * 
    displaynone !important; 
 
.rsHeader h2 
    displayblock !important; 
    padding-left40px !important; /* you might want to adjust this value, or set text-align: center */ 

Sincerely yours,
Alex
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Richard
Top achievements
Rank 1
answered on 02 Sep 2008, 09:15 PM
That works!  Thanks!!

Please address the printing problem I have in another post.  The client is getting ready to stop the project if we don't get this resolved!!

Rich
Tags
Scheduler
Asked by
Richard
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Richard
Top achievements
Rank 1
Share this question
or