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

Decrease appointment size

6 Answers 69 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Brad Burnette
Top achievements
Rank 1
Brad Burnette asked on 18 Apr 2014, 07:58 PM
I want to decrease the height of the appointment in Month view. Right now I can only see 2 appointments, and then the "More..." link. Each appointment object in the day has room for 2 lines of text but we only require 1 for all appointments. Everything I've seen so far only increases the height or decreases the area where the subject line is (cutting that text off a bit) but doesn't reduce the size of the entire appointment object.

Thank you.

6 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 23 Apr 2014, 07:14 AM
Hello,

In such case you can set the RowHeight property of the control which is controlling the height of all appointments generally. 

Hope this will be helpful.

Regards,
Plamen
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Brad Burnette
Top achievements
Rank 1
answered on 27 Apr 2014, 06:50 PM
Thank you but that didn't work. When I increase the rowheight property, the height of each appointment increases as well. I would like to increase the rowheight but decrease each appointment height so I can fit more appointments into each day (in month view).
0
Plamen
Telerik team
answered on 28 Apr 2014, 11:21 AM
Hi,

Unfortunately the described behavior is not supported scenario- in MonthView there can be only one Appointment per row and that is why the height of the appointment depends on the RowHeight property.

In case you want to see more appointments you can set the VisibleAppointmentsPerDay property of RadScheduler.

Hope this will explain the issue.

Regards,
Plamen
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Brad Burnette
Top achievements
Rank 1
answered on 28 Apr 2014, 01:06 PM
Thanks but I don't see a VisibleAppointmentsPerDay property on the RadScheduler. I'm using v 2014.1.225.40
0
Plamen
Telerik team
answered on 29 Apr 2014, 07:54 AM
Hi,

The property is actually in the MonthView section of the control and it can also be reached with from the level of the control with this name: MonthView-VisibleAppointmentsPerDay. Please excuse me for not explaining properly in the beginning.

Regards,
Plamen
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Brad Burnette
Top achievements
Rank 1
answered on 10 May 2014, 08:06 PM
I finally found the answer: http://www.telerik.com/forums/radscheduler-rowheight-and-timelineview

You have to set the RowHeight property of the RadScheduler in code behind (Page_Load and NavigationComplete). That sets the row height which, in turn, increases/decreases the height of each appointment. Now I can view more appointments per day in month view.
Tags
Scheduler
Asked by
Brad Burnette
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Brad Burnette
Top achievements
Rank 1
Share this question
or