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

[Solved] Reduce appt size in month view

3 Answers 102 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
lkuszaj
Top achievements
Rank 1
lkuszaj asked on 31 Dec 2007, 02:52 PM
Hello,
I am trying to reduce size of an appointment in MonthView to accommodate more than 5 of them (expanding size of all cells via 'MonthVisibleAppointmentsPerDay' doesn't look too good when there is more than 5 appts) Can somebody point me in right direction which style has to be changed ?
And also - is there a way to dynamically change  size (height)  of  single week (in MonthView)?

Thanks in advance,

Lukasz

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 03 Jan 2008, 03:59 PM
Hello Lukasz,

Thank you for using RadScheduler.

Please, try the following selectors:
<style type="text/css">  
    .RadScheduler_Default .rsMonthView .rsWrap,  
    .RadScheduler_Default .rsMonthView .rsApt,  
    .RadScheduler_Default .rsMonthView .rsApt .rsAptWrap,  
    .RadScheduler_Default .rsMonthView .rsApt .rsAptInner  
    {  
        height10px !important;  
    }  
    .RadScheduler_Default .rsMonthView .rsDateWrap  
    {  
        height25px !important;  
    }  
    </style> 

Is this what you need?

Kind regards,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
lkuszaj
Top achievements
Rank 1
answered on 03 Jan 2008, 05:37 PM
That is exactly what I needed.
How about other questions ? Is it possible at all ?

Thank,

Lukasz
0
Peter
Telerik team
answered on 04 Jan 2008, 09:43 AM
Hello lkuszaj,

Sorry, I missed the other question. Unfortunately, it is not possible to dynamically change size (height) of single week (in MonthView).


Regards,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
lkuszaj
Top achievements
Rank 1
Answers by
Peter
Telerik team
lkuszaj
Top achievements
Rank 1
Share this question
or