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

RadScriptManager Naviagte event with historypoint enabled

4 Answers 84 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Bassam
Top achievements
Rank 1
Bassam asked on 19 Mar 2010, 02:12 AM

I am using ReadScriptManager and RadAjaxManager with Navigate event for the back and forward button browser where I add the historypoint within the method that fire the event.
RadScriptManager.AddHistoryPoint("","");

it works fine locally but once I moved the application to development web server. it generates error where the history points are not configured and returned empty values
the navigate event fires but the history state e.State["mid"] is empty with no value.

Now is there any IE requirements for navigate event? Do I have to restart IIS? ...Etc

I appreciate your help

4 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 23 Mar 2010, 02:12 PM
Hello,

We haven't encountered such issue until now. The history functionality is inherited from ScriptManager and RadScriptManager doesn't extend it in any way. If the problem is reproducible with the standard ScriptManager then you might consider cross-posting on the asp.net forums as well.

Sincerely yours,
Tsvetomir Tsonev
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
Dan
Top achievements
Rank 1
answered on 23 Mar 2011, 05:09 PM
I am having the same issue. Did anyone find how to resolve this?

I originally did not have a radcontrol in this page and the history points were working correctly using the standard scriptmanager and updatepanel. Then I inserted the radcontrol and switched the scriptmanager to radscriptmanager and the updatepanel to the radajaxpanel. Now the history point seems to save with no problem, but now the onNavigate event handler (on radscriptmanager) does not have any saved data stored in the HistoryEvenArg object.

Any help on this would be appreciated, thanks.
0
Dan
Top achievements
Rank 1
answered on 23 Mar 2011, 07:54 PM
After further investigation, it seems that if I revert the radajaxpanel back to the asp net updatepanel, the history works a bit better. I'm still having issues getting the data from the first saved history point even with the reverted update panel.
0
Simon
Telerik team
answered on 28 Mar 2011, 03:54 PM
Hi Dan,

In order to help you resolve this we will have to debug the problem more thoroughly. Can you open a support ticket and send us a sample there or paste here the code of your page with which we will be able to reproduce the issue on our side?

Best wishes,
Simon
the Telerik team
Tags
Ajax
Asked by
Bassam
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Dan
Top achievements
Rank 1
Simon
Telerik team
Share this question
or