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

RadScheduler Appointment Height

2 Answers 234 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
David Penny
Top achievements
Rank 2
David Penny asked on 11 Dec 2008, 09:35 AM
Hi,

Now I have upgraded to the (very) latest Radscheduler (2008.3.1210.20), but also in earlier Q3 release, the code I was using to set the appointment height on the displayed Scheduler no longer works - it did work in the Q2 release.  The Javascript, copied from the site, is:

<style type="text/css">        
    .RadScheduler .rsContent .rsHoursTable th         
    {        
        font-size:10px;        
        line-height: 15px;        
        height:15px;        
    }        
   .rsContent .rsContentTable .rsCell         
    {        
        font-size:10px;        
        line-height: 15px;        
        height:15px;        
    }        
    </style>      

I have also tried the 

RadScheduler1.RowHeight = 10

code, but this only affects the Appointment area, and not the hours displayed on the left hand side.

Is there are means of changing both the apppointment heightr and the time height at the same time so they are in synch?

I would also find it useful to be able to change the size of the font used to display the hours and minutes on the left hand side, as my Clients are telling me the new default size is too large (compared with Q2 release)

David Penny

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 12 Dec 2008, 02:43 PM
Hi David,

The RowHeight property is intended to achieve this appearance. However, we discovered a problem witht he current version. We will fix it for service pack 2 in mid Juanuary, 2009.

All the best,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
David Penny
Top achievements
Rank 2
answered on 12 Dec 2008, 03:08 PM
Thanks Peter,

I'll watch out for that.

David Penny
Tags
Scheduler
Asked by
David Penny
Top achievements
Rank 2
Answers by
Peter
Telerik team
David Penny
Top achievements
Rank 2
Share this question
or