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

RadScheduler links stop working

19 Answers 228 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Will
Top achievements
Rank 1
Will asked on 31 Oct 2007, 10:30 PM
I have a problem with the scheduler at the moment where after you click a few navigation links (eg. month, then day, then month) all the links stop working.

There are no javascript errors but it looks like the click handlers are getting removed because all the links after that point to "#".

I haven't fully investigated where the problem lies yet, I was just seeing if anyone else has encountered this issue.

19 Answers, 1 is accepted

Sort by
0
Ari
Top achievements
Rank 1
answered on 01 Nov 2007, 08:00 AM
Hi,
Sorry for my bad english.
I've notised same issue. It seems to appear when you change culture and get texts  Mont, Year etc. from App_GlobalResources->xxx.xx.resx file.
Any solutions?
0
Peter
Telerik team
answered on 01 Nov 2007, 01:45 PM
Hello Will and Ari,

This is a bug with RadScheduler which we will fix for the next service pack. Thanks for your involvement.


Greetings,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
bwood
Top achievements
Rank 1
answered on 28 Dec 2007, 08:49 PM
I'm having this problem too. I am dynamically creating the radscheduler and it is being ajaxified using the radajaxmanager. After a couple clicks of changing the view from Month to Day etc. the buttons all stop working, including the ability to add/edit/delete appointments.
0
Peter
Telerik team
answered on 02 Jan 2008, 03:33 PM
Hello Karl,

We did a test project based on your description, but we couldn't reproduce the problem. Please, view the attached project and let us know what is different with your implementation.


All the best,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Helen
Top achievements
Rank 1
answered on 25 Mar 2008, 02:16 PM
Is this one fixed already? I am using Version: 2007.3 1314and I am having the same issue as Will had.
0
Atanas Korchev
Telerik team
answered on 26 Mar 2008, 08:22 AM
Hello Helen,

Could you please send us a live URL or a sample project which demonstrates the problem? We have been unable to reproduce it locally so far. You can send us a project by opening a support ticket. Thanks.

Regards,
Albert
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mindtraveler73
Top achievements
Rank 2
answered on 03 Apr 2008, 11:48 AM
I to have this problem. Nothing works, you can not change view or anything.

(For me nothing works from the beginning)

I did not set the following

scheduler1.DataRecurrenceField = "RecurrenceRule";
scheduler1.DataRecurrenceParentKeyField = "RecurrenceParentID";

I didn't think they where required?

Kind regards

CJ
0
Peter
Telerik team
answered on 03 Apr 2008, 01:10 PM
Hello CJ,

Are you using the latest version of Telerik.Web.UI? You don't have to set DataRecurrenceField and DataRecurrenceParentKeyField. RadScheduler would still work as expected, except that you will not be able to create recurrent appointments. If your database has recurrent appointments already, only the master appointment will be shown.


Kind regards,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mindtraveler73
Top achievements
Rank 2
answered on 03 Apr 2008, 01:29 PM
Hi

I am running this version 2007.3.1425.20

And it doesn't matter if I create a new empty project according to your examples no links will work, can not change views, dates or anything.

No javascript errors only host + # in the browsers url field

The same in both Firefox and IE7
0
Peter
Telerik team
answered on 03 Apr 2008, 02:38 PM

This is really strange. Can you reproduce the problem with any of the online examples? It would be best if you can send us a live url or a demo project, as Albert already suggested.


Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Helen
Top achievements
Rank 1
answered on 08 Apr 2008, 08:52 PM
Finally have some time to revisit this issue. I am using your binding to generic list sample and I only put this in the aspx file
 
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"  OnAjaxSettingCreating="RadAjaxManager1_AjaxSettingCreating">
            <AjaxSettings>
           
                <telerik:AjaxSetting AjaxControlID="RadScheduler1">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadScheduler1" LoadingPanelID="RadAjaxLoadingPanel1" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
               
            </AjaxSettings>
        </telerik:RadAjaxManager>

Now, if you click the link day, month, week, and forward, backward several times, the "#" appears at the end of the url and everything stopped working. I have a sample project, how do you attach files here?

0
T. Tsonev
Telerik team
answered on 09 Apr 2008, 05:55 PM
Hello Helen,

You can send us the sample project by opening a support ticket. We were unable to reproduce it locally, so the project will be of great help. Thank you.

Kind regards,
Tsvetomir Tsonev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Helen
Top achievements
Rank 1
answered on 09 Apr 2008, 07:50 PM
Done. Ticket ID is 131302.
0
Mindtraveler73
Top achievements
Rank 2
answered on 15 Apr 2008, 03:13 PM
Where you able to reproduce her problems? Any news in this errand?
0
Dimitar Milushev
Telerik team
answered on 15 Apr 2008, 04:25 PM
Hi,

We have traced Helen's problem to a known issue of RadAjaxManager. We are working on a solution, but for the moment the workaround is to use UpdatePanel. Can you please try this in your scenario too? If it doesn't solve the issue, can you please open a support ticket and send us your project or a small running sample that reproduces the problem? This will greatly aid us in finding a solution quicker.

Please, excuse us for the inconvenience.


All the best,
Dimitar Milushev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mindtraveler73
Top achievements
Rank 2
answered on 18 Apr 2008, 06:25 AM
Hi

I am not sure what you mean by using the "UpdatePanel"?

Regards

Mindtraveler
0
Mindtraveler73
Top achievements
Rank 2
answered on 18 Apr 2008, 02:51 PM
This (132983) support ticket solved the problem for me.

Needed all correct settings in the web.config
0
Sean Kelleher
Top achievements
Rank 1
answered on 11 Aug 2008, 03:59 PM
I have the exact same problem with version: 2008.2.723.20

Everything was working fine with version: 2007.3.1425.20


I'm using the scheduler with the AjaxManager and now the links are broken and go to the # link
0
Simon
Telerik team
answered on 12 Aug 2008, 07:22 AM
Hi Sean Kelleher,

You're missing the necessary http handlers in the web.config in order for the ASP.NET AJAX framework to run properly.

 Moreover if you are using our RadScriptManager, you should add additional handler - simply add it from the smart tag in design view.

Please review the following forum thread for more info. I've attached a working web.config to this thread for your convenience.


Best wishes,
Simon
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Will
Top achievements
Rank 1
Answers by
Ari
Top achievements
Rank 1
Peter
Telerik team
bwood
Top achievements
Rank 1
Helen
Top achievements
Rank 1
Atanas Korchev
Telerik team
Mindtraveler73
Top achievements
Rank 2
T. Tsonev
Telerik team
Dimitar Milushev
Telerik team
Sean Kelleher
Top achievements
Rank 1
Simon
Telerik team
Share this question
or