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

Keep window open at page change on master page

2 Answers 56 Views
Window
This is a migrated thread and some comments may be shown as answers.
Plinio
Top achievements
Rank 1
Plinio asked on 20 Sep 2012, 03:09 PM
I wan't to know if is possible keep the window open on the same position without postback, when the user change the page on a master page, like a facebook chat... if this is possible, how can i do this? Thanks!

2 Answers, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 21 Sep 2012, 11:54 AM
Hi Plinio,

You can try setting the PreserveClientState property of the RadWindowManager to true. This will store data about the opened RadWindows in a browser cookie to load it when the page next loads. Note that this is legacy functionality and because of its cookie-based nature it cannot be guaranteed to work for all cases (e.g. browsers can reject cookies, cookies can be deleted, etc.). Should you decide to try it you should test carefully because it persists the state across sessions as well, e.g. a visit to the page one week later will show the old windows. Also, it can only store information about static instances, i.e. ones defined in the Windows collection of the manager.


Regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Plinio
Top achievements
Rank 1
answered on 21 Sep 2012, 02:30 PM
Thanks for reply, i'll try this issue, thanks!
Tags
Window
Asked by
Plinio
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Plinio
Top achievements
Rank 1
Share this question
or