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

RadScheduler Issue on click event (Have to click twice)

1 Answer 91 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Henry
Top achievements
Rank 1
Henry asked on 21 Jun 2017, 02:03 PM

I am having a particular issue where my RadScheduler  doesn't respond on the first click, the radscheduler just refreshes the page. When I click it again then it works fine, this appears on every event on the RadScheduler even on the Week/Month/Year change. This only appear on one of my RadScheduler I am using, below is the code for the RadScheduler

 

div class="col-xs-12">
<telerik:RadScheduler RenderMode="Lightweight" runat="server" ID="RadScheduler1" StartEditingInAdvancedForm="False" SelectedView="WeekView"
DataKeyField="ID" DataSubjectField="Subject" DataStartField="Start" CustomAttributeNames="Confidential"
DataEndField="End"
RowHeight="30px"
OnAppointmentCreated="RadScheduler1_OnAppointmentCreated" OnAppointmentClick="RadScheduler1_OnAppointmentClick" Height="100%" ShowFooter="False">
<AppointmentTemplate>
<strong>
<div>
<asp:Label ID="lblArrival" runat="server"></asp:Label>&nbsp;<asp:Image runat="server" ID="imgFlight" ImageUrl="Content/images/landing.png" />&nbsp;
<asp:Label ID="lblDeparture" runat="server"></asp:Label>
</strong>
<br />
<asp:Label ID="lblAvailableSeats" runat="server" Text="Seats:" />&nbsp;<asp:Label ID="lblSeats" runat="server" />
&nbsp;&nbsp;&nbsp;&nbsp;
</div>
</AppointmentTemplate>
<TimeSlotContextMenuSettings EnableDefault="true"></TimeSlotContextMenuSettings>
<AppointmentContextMenuSettings EnableDefault="true"></AppointmentContextMenuSettings>
</telerik:RadScheduler>
</div>

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 26 Jun 2017, 12:44 PM
Hello Henry,

I am afraid that I was unable to replicate the described issue as demonstrated in this screencast.

Please find attached the sample project we used to record the screencast. To run the project, you should place the Telerik.Web.UI assemblies in the Bin folder.

Would you please modify the attached project so that it replicates the issue and send it back to us as an attachment in an official support ticket? Thus, we would be able to investigate locally your exact scenario and help you more efficiently.

Regards,
Peter Milchev
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
General Discussions
Asked by
Henry
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or