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

Problem with RadScriptManager & Navigate Event

2 Answers 66 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Kyle Butler
Top achievements
Rank 2
Kyle Butler asked on 02 Jun 2010, 06:42 PM

Hey, I'm looking for some advice on how to use History Points with the Rad ASPNET Ajax 2010 controls.

I'm currently saving history points no problem. I'm lacking the code to "restore" a history point. I find that the Navigate event on the script manager doesn't seem to fire when using the forward/back broswer buttons. If I turn the ajax off on the panel... the event fires. Is there a way to get the script manager Navigate event to fire inside of an ajaxified radajaxpanel? Thanks in advance for any help.

<telerik:radscriptmanager runat="server" EnableHistory="True" ID="ScriptManager"></telerik:radscriptmanager> 
 
<telerik:radajaxpanel runat="server" LoadingPanelID="LoadingPanel" ID="AjaxPanel" Wrap="False">  
 
........... OBJECTS IN HERE .................
  
</telerik:RadAjaxPanel> 
 
 
Protected Sub ScriptManager_Navigate(ByVal sender As ObjectByVal e As System.Web.UI.HistoryEventArgs) Handles ScriptManager.Navigate  
        Page.Title = "TEST" 
End Sub 

2 Answers, 1 is accepted

Sort by
0
Kyle Butler
Top achievements
Rank 2
answered on 04 Jun 2010, 12:27 AM
No one has tried programming the browser navigation with the RadAjaxPanel/ScriptManager combination and ran into this problem yet?
0
Maria Ilieva
Telerik team
answered on 08 Jun 2010, 07:43 AM
Hi Kyle,

Please refer to the following help topic which elaborates on browsers history with Ajax. Review the provided information and let us know if it helps.


Regards,
Maria Ilieva
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.
Tags
ScriptManager and StyleSheetManager
Asked by
Kyle Butler
Top achievements
Rank 2
Answers by
Kyle Butler
Top achievements
Rank 2
Maria Ilieva
Telerik team
Share this question
or