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

[Solved] Appointment Height in Month View

2 Answers 113 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Shanda Young
Top achievements
Rank 1
Shanda Young asked on 25 Apr 2008, 02:20 PM
I am setting the appointment height in month view to a shorter height than the default, however I still have spaces in between the appointments.  The new height of the appointment plus the space between appointments is about the size of the default appointment height.  How can I get rid of these spaces/gaps between appointments when in month view.

This is what I'm using to change appointment height:

.rsApt

{

height: 20px !important;

cursor: hand;

}


Thanks!
Shanda

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 25 Apr 2008, 03:13 PM
Hi Shanda,

Please, refer to the KB on How to tweak the appearance of RadScheduler's cells.


Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Shanda Young
Top achievements
Rank 1
answered on 28 Apr 2008, 10:47 PM
Thanks!  Using these styles together caused the spacing between appointments to go away.  The appointment div height is set to be the same as the appointment height. 

.rsWrap

{

height: 20px !important;

}

.rsApt

{

height: 20px !important;

cursor: hand;

}

Tags
Scheduler
Asked by
Shanda Young
Top achievements
Rank 1
Answers by
Peter
Telerik team
Shanda Young
Top achievements
Rank 1
Share this question
or