Hi,
I am defining a AppointmentTemplate in my RadScheduler. When I do so I lose the reminder bell icon that appears in the appointment label on the calendar when there is a pending reminder. Is there a way that I can retain that functionality with a custom appointment template?
Here is my Template:
Thanks
Wayne Wilson
I am defining a AppointmentTemplate in my RadScheduler. When I do so I lose the reminder bell icon that appears in the appointment label on the calendar when there is a pending reminder. Is there a way that I can retain that functionality with a custom appointment template?
Here is my Template:
<AppointmentTemplate>
<%# Eval("Subject") %>
<%# Eval("Amount").Decimal().Equals(0M) ? "" : ": Amount : " + Eval("Amount").Decimal().ToString("C2")%>
</AppointmentTemplate>
Thanks
Wayne Wilson