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
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.