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

Cant change RadScheduler view in Firefox

13 Answers 174 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Nick
Top achievements
Rank 1
Nick asked on 07 Oct 2010, 07:45 PM
I am having a problem changing the RadScheduler view in Firefox.  In Internet Explorer I can change from Day to Week to Month to Timeline just fine.  In Firefox it only allows me to change the view once then it gets stuck on one view and will not let me switch views, I click the buttons but it wont do anything until i refresh the page and then it does the same thing all over.  Any ideas? 

13 Answers, 1 is accepted

Sort by
0
Teija
Top achievements
Rank 1
answered on 07 Oct 2010, 11:18 PM
Hi

If you're using Firefox 4 I have noticed some problems with the RadScheduler.
I have submit the issue to Telerik and they're working on it.
It works perfectly in 3.6 and older.

Regards
Mathias Erlandsson
0
Nick
Top achievements
Rank 1
answered on 08 Oct 2010, 02:42 PM
I am running FireFox 3.6.10, the RadScheduler works fine in IE, Chrome, Safari, & Opera.  I have another site with the RadScheduler on it and it works fine across all browsers.  I compared the code and its identical.  Not sure what else could be causing this.... 
0
Helen
Telerik team
answered on 11 Oct 2010, 12:31 PM
Hello Nick,

Do scheduler online examples work at your side?

Regards,
Helen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Nick
Top achievements
Rank 1
answered on 12 Oct 2010, 01:41 PM
Yes the online examples work fine.
0
Nick
Top achievements
Rank 1
answered on 12 Oct 2010, 02:19 PM
I re-added the control and it seems to be working now, thanks for the replies!
0
David
Top achievements
Rank 1
answered on 11 Jul 2012, 09:23 PM
Hi, 

I am having the same problem. The scheduler reads from the database correctly and allows the user to navigate once - this can be to change to month, week view, move forward or backwards by one month etc. I '#' appears after the 'URL' in Google Chrome and then no further navigation is allowed unless the page is refreshed at which stage the '#' disappears until the first navigational click is done - then the same story. 

Many thanks

Phuduhudu
0
Ivana
Telerik team
answered on 12 Jul 2012, 11:13 AM
Hello David,

Could you make sure that there are no JavaScript errors on the page when the selected View of RadScheduler is changed the first time? Also does this behavior stays the same on our online demos?

Greetings,
Ivana
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Neo
Top achievements
Rank 1
answered on 19 Jul 2013, 06:43 PM
I'm having the exact same issue except it is happening in Internet Explorer and I have it implemented as a SharePoint visual webpart.

I get stuck in Day / Week view and have to refresh the page. A '#' gets appended to the URL when I try to click anything. 

No JavaScript errors and your online demos are working fine.
0
Plamen
Telerik team
answered on 22 Jul 2013, 10:03 AM
Hello Neo,

 
In this case we will need some more information about the exact scenario in order to be more helpful. Would you please share the exact code that you are using connected to RadScheduler and which version of RadControls are you using?

Please let us know if you are using RadAjaxManager or any UpdatePanel together with RadScheduler.


Regards,
Plamen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Neo
Top achievements
Rank 1
answered on 22 Jul 2013, 03:47 PM
Hi Plamen. Thanks for the response. I am not using RadAjaxManager but rather a regular asp:UpdatePanel
Here is my markupcode:

<asp:UpdatePanel ID="UpdatePanel1" runat="server" >
    <ContentTemplate>

..... More controls

<telerik:RadScheduler runat="server" ID="RadScheduler1" DayStartTime="08:00:00" OnAppointmentClick="Appointment_Clicked" ShowViewTabs="false"  DayEndTime="18:00:00" TimeZoneOffset="03:00:00" Skin="Office2010Blue" Height="730px" AllowInsert="False" OverflowBehavior="Auto" DataKeyField="ID" DataSubjectField="Title" DataStartField="EventDate" DataEndField="EndDate" SelectedView="MonthView">
<AdvancedForm Modal="true"></AdvancedForm>
<TimelineView UserSelectable="false"></TimelineView>
<TimeSlotContextMenuSettings EnableDefault="true"></TimeSlotContextMenuSettings>
<AppointmentContextMenuSettings EnableDefault="true"></AppointmentContextMenuSettings>
<Reminders Enabled="true"></Reminders>
</telerik:RadScheduler>

    </ContentTemplate>
</asp:UpdatePanel>


After using IE script debugger, I do see an errors (attached).

I'm using version 2013.1.403.35 with SharePoint 2010
Thanks!

0
Plamen
Telerik team
answered on 23 Jul 2013, 06:05 AM
Hi Neo,

 
Thank you for contacting us again.

Unfortunately we could not reproduce the unusual issue locally but from your description it is most probably caused by some not proper loading of the client scripts of RadScheduler in SharePoint. That is why would you please try to load them programmatically as it is done in the attached sample web part. Please let us know if you still observe the issue or you have further questions.

Regards,
Plamen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Neo
Top achievements
Rank 1
answered on 23 Jul 2013, 09:24 PM
That fixed it! However, I don't think I need to load all of the .js files as the example does if I'm only using the RadScheduler
0
Plamen
Telerik team
answered on 24 Jul 2013, 04:40 AM
Hello Neo,

 
I am glad that is was helpful.

Yes, indeed you do not need the last 7 scripts. All the other one are connected with RadScheduler or some controls that are wrapped in it.

Regards,
Plamen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Scheduler
Asked by
Nick
Top achievements
Rank 1
Answers by
Teija
Top achievements
Rank 1
Nick
Top achievements
Rank 1
Helen
Telerik team
David
Top achievements
Rank 1
Ivana
Telerik team
Neo
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or