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

Reduce the width of the appointment in the day view

1 Answer 41 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Janni
Top achievements
Rank 1
Janni asked on 23 Sep 2010, 06:06 AM
Hi Team,

I need to reduce the width of the appointment in the day view.
If the there is only one appointment in the specific day means, the width was too high(as shown in the figure below), but when there is  two or three appointment, it fixes in the day-view precisely.
Like that, i need to control the width of the appointment in the day-view while i'm having single appointment on the particular day.
I've attached the image.


Thanks,
Daniel.B

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 28 Sep 2010, 12:32 PM
Hi Janni,

If you have only one appointment for a given day, you can control its width with the following css rule:
.rsDayView .rsApt
   {
       width: 60% !important;    
   }


Greetings,
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
Janni
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or