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

[Solved] Nothing happens when I double click for a new appointment

1 Answer 163 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Martin-Pierre Roy
Top achievements
Rank 1
Martin-Pierre Roy asked on 07 May 2008, 08:56 PM
Hi guys,

I try to create a new appointment in my scheduler, but it seems like there is no default template that is used to create my appointment.  I see the check mark and the cross (buttons to insert or cancel the appointment creation), but no skin is applied on it.

My code looks like this:

<telerik:RadScheduler ID="AvailScheduler" runat="server" EnableEmbeddedSkins="true" Skin="WebBlue" Width="100%" Height="100%" DataKeyField="uniqueId"
                    DataSubjectField="subject" DataStartField="start" DataEndField="end" DayEndTime="21:00:00" SelectedView="WeekView"
                    OnNavigationCommand="AvailScheduler_NavigationCommandClicked" TimelineView-UserSelectable="false" ShowAllDayRow="False" ShowFooter="False"
                    OnAppointmentClick="AvailScheduler_AppointmentClicked" OnAppointmentCommand="AvailScheduler_AppointmentCommand"
                    OnAppointmentInsert="AvailScheduler_AppointmentInserted" OnAppointmentCreated="AvailScheduler_AppointmentCreated" WeekHeaderDateFormat="dd.MM" >
                <AppointmentTemplate>
                    <div style="width: 800px;" >
                        <div><%# Eval("Subject") %></div>
                    </div>
                </AppointmentTemplate>
                <TimelineView UserSelectable="False" />
            </telerik:RadScheduler>


In AvailScheduler_AppointmentCreated, I only update my update panel.  Am I supposed to always create a custom template??  I see many examples that has comething similar to what I use and it works.  I include the WebBlue/Scheduler.WebBlue.css file cause it is the skin I use.  Should I include something else??


Thx

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 08 May 2008, 05:05 AM
Hello,

This is a known issue with the Q1 official release - the insert/edit functionality sometimes does not work when a handler is attached to the AppointmentClick event. Please, open a formal support ticket, so we can send you a hotfix. Again, sorry for the inconvenience.

Best wishes,
Tsvetomir Tsonev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
Martin-Pierre Roy
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or