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

Appointment with HTML from codebehind

3 Answers 35 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Chris Gårdenberg
Top achievements
Rank 2
Chris Gårdenberg asked on 07 May 2009, 09:41 AM
If there's anyone out there who (just like me) builds their appointments with codebehind and the Subject-property.

To be able to use HTML from codebehind, just add the AppointmentTemplate like this (In the markup)

<AppointmentTemplate> 
    <%#Eval("Subject") %> 
</AppointmentTemplate> 

This way it evaluates all the HTML, instead of rendering it as plain text.


3 Answers, 1 is accepted

Sort by
0
wima
Top achievements
Rank 1
answered on 03 Jun 2009, 01:31 PM
is there a solution about this?

thank you
0
Peter
Telerik team
answered on 03 Jun 2009, 02:12 PM
Hi M W,

What exactly do you need to implement?


Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
wima
Top achievements
Rank 1
answered on 04 Jun 2009, 05:15 AM
I have to surround the subject with a div. Because the appointments does not render properly in a sharepoint webpart. I found a way with an AppointmentTemplate, now it works.
Tags
Scheduler
Asked by
Chris Gårdenberg
Top achievements
Rank 2
Answers by
wima
Top achievements
Rank 1
Peter
Telerik team
Share this question
or