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

Can I alter the Scheduler Date Header Format / css

1 Answer 53 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Shawn Knight
Top achievements
Rank 1
Shawn Knight asked on 13 Jul 2010, 07:02 PM
Hello,
I am having a bit of an issue with the rendering of my scheduler.  the area I am rendering it in is causing the header date(s) to be cut off.
Is there a way I can alter the format or css to compensate for the lack of space?  I see that there is a lot of space left of the date.  If I could even just move the date left a bit that would probably be enough.  I have attached an image to illustrate:

1 Answer, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 14 Jul 2010, 02:54 PM
Hello Shawn,

The HeaderDateFormat property gives you control over the format -
<WeekView HeaderDateFormat="MMMM, yyyy" />

You can shift the text to the left with the following css:
.RadScheduler .rsHeader h2
   {
       text-indent:5px !important;
   }


Kind regards,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler
Asked by
Shawn Knight
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or