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

Multiline Appointments in the MonthView

3 Answers 64 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
dave
Top achievements
Rank 1
dave asked on 28 Jan 2012, 08:02 PM

 

I am experimenting with the Scheduler control that is part of he RadControls for ASP.NET AJAX version 2011.3.1305.35. Our customer has a requirement that the appointments in the month view show on two separate lines. e.g. a time range is on the first line and a name is on the second line. Is it possible to enlarge the appointments inthat particular view?

Thanks in advance.

Dave

3 Answers, 1 is accepted

Sort by
0
Ivana
Telerik team
answered on 01 Feb 2012, 12:45 PM
Hi Dave,

You cannot enlarge the appointments since their width is currently set on 100%, and enlarging their width will put them out of the cell. 

You could, however, use the following CSS to enlarge the day cells in MonthView:
.rsHorizontalHeaderTable th, .rsContentTable td,  .rsAllDayTable td
{
    width: 500px;
}

I hope this helps.

Kind regards,
Ivana
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Andrew
Top achievements
Rank 1
answered on 20 Mar 2012, 03:12 PM
Don't think the guy was talking about the width.
0
Ivana
Telerik team
answered on 23 Mar 2012, 03:21 PM
Hello Andrew,

Take a look at the following  KB article:

Creating and adding an appointment template dynamically and accessing the appointment object in the template class.

Using CSS you can style the appointment templates in order to best fit your needs.

Greetings,
Ivana
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
dave
Top achievements
Rank 1
Answers by
Ivana
Telerik team
Andrew
Top achievements
Rank 1
Share this question
or