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

my calendar doesn't show my Appointment Template

0 Answers 52 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Doug
Top achievements
Rank 1
Doug asked on 31 Aug 2017, 07:23 PM
my calendar doesn't show my template but the default instead.
1) how can I tell it to use the AppointmentTemplate
2) do I have to add the icon for recurring event?

<telerik:RadScheduler RenderMode="Lightweight" runat="server" ID="RadScheduler1" SelectedView="MonthView"
     OnClientTimeSlotClick="OnClientTimeSlotClick"  OnClientAppointmentInserting="CancelClick"
    OnClientAppointmentsPopulating="OnClientAppointmentsPopulating" OnClientTimeSlotContextMenu="OnClientTimeSlotContextMenu"
    OnClientAppointmentWebServiceInserting="OnClientAppointmentWebServiceInserting"
    EnableDescriptionField="true"   OnClientAppointmentDoubleClick="CancelClick"
    OnClientAppointmentClick="OnClientAppointmentClick"
    OnClientDataBound="onSchedulerDataBound" ShowAllDayRow="True" OverflowBehavior="Expand" Height="100%">
     
 
    <WebServiceSettings Path="/DesktopModules/CSI/TelerikCalendar/SchedulerWebService.asmx" ResourcePopulationMode="ServerSide">
    </WebServiceSettings>
    <AppointmentTemplate>
        [[<%# Eval("Subject") %>]]]
        <div style="text-align: right;">
            <asp:Button runat="server" ID="Button1" CssClass="rsExportButton" ToolTip="Export to iCalendar"
                CommandName="Export" OnClientClick="Export(this, event); return false;" Style="cursor: pointer; cursor: hand;"></asp:Button>
        </div>
    </AppointmentTemplate>
    <TimeSlotContextMenuSettings EnableDefault="false"></TimeSlotContextMenuSettings>
    <AppointmentContextMenuSettings EnableDefault="false"></AppointmentContextMenuSettings>
</telerik:RadScheduler>

No answers yet. Maybe you can help?

Tags
Scheduler
Asked by
Doug
Top achievements
Rank 1
Share this question
or