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

[Solved] Show time on appointment - obvious?

1 Answer 116 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
inchcape
Top achievements
Rank 1
inchcape asked on 18 Jun 2008, 03:22 PM
Am I missing something obvious here? Currently the scheduler only displays the Subject which turns the Month view into more of a task list then a schedule.. Am I missing something obvious in order to set up the Appointment text as so:

[7p Movies @ Location]

Also, is there an integrated print function a la Google calendar?

Thanks.

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 19 Jun 2008, 03:53 PM
Hello,

You can customize the appointment template to include any information you like. This is illustrated in the following example:

http://www.telerik.com/DEMOS/ASPNET/Prometheus/Scheduler/Examples/CustomAttributes/DefaultCS.aspx

In your case the template might look like this:

<AppointmentTemplate> 
    <%# Eval("Start", "{0:HH:mm}") %> 
    <%# Eval("Subject") %> 
    <%# Eval("Location").ToString() != String.Empty ? "[" + Eval("Location") + "]" : String.Empty %> 
</AppointmentTemplate> 

Regarding the printing functionality, we do not have any integrated support at the moment.

Best wishes,
Tsvetomir Tsonev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
inchcape
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or