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

Radwindow, can I go back to previous page?

1 Answer 193 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Saswtr
Top achievements
Rank 1
Saswtr asked on 21 Jul 2011, 08:26 PM
Is there back/forward navigation like in a webbrowser.  For example in the demo of Radwindow I can open up Google in a radwindow and do a search.  If I click on a link how do I go back to the search results.

I could save the NavigateUrl property and reload that page when the user clicks a back button.  I was just hoping it was built in.

Thanks,
Corey

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 22 Jul 2011, 04:03 PM
Hello Corey,

  We do not offer this functionality out of the box. You can navigate in the RadWindow like in any other iframe - via the browser's context menu - it usually has back/forward commands.

What you can do is use the browser's history object and some JavaScript to create custom buttons that will do this for you (by accessing the iframe loaded in the RadWindow). Please note that you will only be able to access the page from these buttons if it is in the same domain. To avoid this you could add them to your pages instead of the RadWindow.


All the best,
Marin
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
General Discussions
Asked by
Saswtr
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or