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

Go back using Radajaxmanagerproxy

1 Answer 49 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Roman Shkenjov
Top achievements
Rank 1
Roman Shkenjov asked on 01 Feb 2010, 08:42 PM
Hello.

On the masterpage I have search form. After clicking on button "search" loaded radgrid (search form is not visible). Here url adress is the same as in search form. On hyperlink pressing in radgrid open new page with details data. Here url adress is the another. Here I have button "Go back". If I press on this button, I go on search form, but I need go to radgrid . Before using radajaxmanager  I have used javascript:history.go(-1); for going back on radgrid. But now it not work correctly. Do you have any idea?

<telerik:RadAjaxManagerProxy ID="AjaxManagerProxy1" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="btnSearch">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="btnSearch" />
                <telerik:AjaxUpdatedControl ControlID="contentView1" LoadingPanelID="RadAjaxLoadingPanel1" />
            </UpdatedControls>
        </telerik:AjaxSetting>
...
    </AjaxSettings>
</telerik:RadAjaxManagerProxy>


Regards,
Roman

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 04 Feb 2010, 02:44 PM
Hello Roman,

You can review the below articles for more information on how to achieve browser history with ASP.NET AJAX:

http://www.telerik.com/help/aspnet-ajax/ajxbackforwardbtns.html
http://www.asp.net/%28S%28ywiyuluxr3qb2dfva1z5lgeg%29%29/downloads/3.5-SP1/Readme/ (ASP.NET AJAX History)

Give it a try and let me know if it helps.

Regards,
Iana
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
Ajax
Asked by
Roman Shkenjov
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or