Hello,
I want to format the displayed information of an appointment with HTML-Tags,for example with an image of my own.
Example: there is an appointment at 2:26, Subject ist "Today's Appointment (Office)"The Infragistics Samples will render this (using the standard-appointmentformatstring) as
<div title="2:26am - 5:26amToday's Appointment(Office)" class="igmv_Appointment" uie="Appt" ig_key="85533"> 2:26am Today's Appointment (Office)</div>
Now I set the Subject to "<img ../myimage.gif>Today's Appointment (Office)" - but thisis rendered as "<../myimage.gif>Today's Appointment (Office)", the special character "<" is replaced by "<".
Which method/property must be set to have the picture displayed?I would expect something similar like me.webmonthview.items(x).cell.value = "my own text with html-tags".
Thanks for any suggestions!
mannor
Did you ever find a solution for this? I would also like to format my appointments by using HTML tags or at least format them in some way other than the default.