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

Example css code messes up the week view

3 Answers 64 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
vincent
Top achievements
Rank 1
vincent asked on 12 Aug 2008, 04:10 PM
I have followed the example to show the entire subject using the link below:

http://www.telerik.com/support/kb/article/b454K-hac-b454T-cth-b454c-cth.aspx

However, the week view for appointments that normally show up side-by-side within a cell now overlap.  Specifically, the appointment is pushed down to the next time slot, which is not correct.

Is there a fix for this?

3 Answers, 1 is accepted

Sort by
0
Accepted
Alex Gyoshev
Telerik team
answered on 13 Aug 2008, 06:09 AM
Hi vincent,

The following styles will adjust only the month view of the RadScheduler. Please confirm that they are solving the problem so that we update the KB.

.RadScheduler .rsMonthView .rsApt      
{      
    positionstatic !important;      
}      
 
.RadScheduler .rsMonthView .rsAptContent      
{      
    font-sizexx-small !important;      
    line-heightnormal !important;      
    overflowvisible !important;      
    padding2px;      
 
.RadScheduler .rsMonthView .rsWrap      
{      
    overflowvisible !important;      
    heightauto !important;      
}      
 
.RadScheduler .rsMonthView .rsDateWrap      
{      
    height20px !important; /* controls height of date header */ 
}      
 
.RadScheduler .rsMonthView td.rsCell      
{      
    height150px !important; /* controls container height */ 

Your Telerik points have been updated.

Best wishes,
Alex
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
vincent
Top achievements
Rank 1
answered on 16 Aug 2008, 03:52 PM
Hi,

I updated the CSS and still get the same display problem. 

Thanks for the response.
0
vincent
Top achievements
Rank 1
answered on 16 Aug 2008, 03:57 PM
actually, that did the trick.  I had to restart my browser to get the fix to display.

Thanks!
Tags
Scheduler
Asked by
vincent
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
vincent
Top achievements
Rank 1
Share this question
or