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

hyperlink in month view appointment

1 Answer 43 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sheepdog
Top achievements
Rank 1
Sheepdog asked on 12 Dec 2007, 02:30 PM
I have a scheduler in monthview only. I want to display the appointment text as a hyperlink that when clicked would take the user to a page that displays the appointment in greater detail.

Right now the appointment is displayed as plain text, and it is not intuitive enough for the users to understand that they need to click on an appointment to view it. so A hyperlink that would make the mouse cursor change just like a regular hyperlink is needed

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 12 Dec 2007, 04:03 PM
Hello Sheepdog,

You can use Templates - AppointmentTemplate specifically. Here is an example you can try:

<AppointmentTemplate> 
<href='<%# Eval("URL") %>' >               
    <%# Eval("Subject") %> 
</a> 
</AppointmentTemplate> 

You can use Custom Attributes to store the url of the appointments.



Regards,
Peter
the Telerik team

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