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

Height/Width of appointment

2 Answers 158 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Piyush Bhatt
Top achievements
Rank 2
Piyush Bhatt asked on 21 Mar 2008, 03:59 PM
- Can I set the height/width of appointment slot?
- Can I set how far the slot should display from the Time Column
- Can I display any text in the Row for Slot outside the slot?

Basically,  I want to show mutliple appointment slots in a time row with a fixed width. Because currently, if some rows have one appointment and some row has 3 appointments, the total width is same so that user cannot distinguish how many slots are there in the row.

-Piyush

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 24 Mar 2008, 11:35 AM
Hi Piyush,

I am not sure what exactly you want to implement, but the following KB articles could help you get started:

How to tweak the appearance of RadScheduler's cells

How to set the appointment's height to accomodate the entire subject's text in Month View 



Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Piyush Bhatt
Top achievements
Rank 2
answered on 24 Mar 2008, 12:48 PM
Thank you for that link. What I wanted is to show each appointment slot with specific width. Default scheduler behaviour is that if a timeslot (8.00 AM) has three appointments - the total width of three appointments is equal to one appt at another time slot (say 9.00 AM) that has only one appt.

I could fix that using following:

.RadScheduler_Web20 .rsDayView div.rsAptWrap   
{  
      width:260px;  
}


Thanks,
-Piyush
Tags
Scheduler
Asked by
Piyush Bhatt
Top achievements
Rank 2
Answers by
Peter
Telerik team
Piyush Bhatt
Top achievements
Rank 2
Share this question
or