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

Removing RadWindow popup from browser history

3 Answers 95 Views
Window
This is a migrated thread and some comments may be shown as answers.
Rich
Top achievements
Rank 1
Rich asked on 06 Nov 2010, 03:58 AM
Hi,

I am using your RadWindow control to implement several types of popup windows.  They work fine, but after the user has closed the popup it is automatically redisplayed if the user clicks the Back button to return to the previous web page.

How can I prevent RadWindow popups from being redisplayed when the user clicks the Back button?

3 Answers, 1 is accepted

Sort by
0
Craig Mellon
Top achievements
Rank 1
answered on 08 Nov 2010, 03:56 PM
Set the destroy on close property of the RAD window tag to true..

<telerik:RadWindow Runat="server" DestroyOnClose="true"
0
Rich
Top achievements
Rank 1
answered on 10 Nov 2010, 04:49 PM
Moved to a support ticket request
0
Georgi Tunev
Telerik team
answered on 15 Nov 2010, 10:41 AM
Hello Rich,

I answered your ticket last week and I just noticed this thread. For convenience I am pasting my reply below:

In such case, I suggest to ajaxify the control - this way you will still be able to show the RadWindow from the server and yet, to prevent it from reappearing when the Back button is pressed. See this forum thread for more details and a sample code:
http://www.telerik.com/community/forums/aspnet-ajax/window/display-radalert-amp-browser-back-button.aspx

Kind regards,
Georgi Tunev
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
Window
Asked by
Rich
Top achievements
Rank 1
Answers by
Craig Mellon
Top achievements
Rank 1
Rich
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or