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

Cookies being killed

1 Answer 63 Views
Window
This is a migrated thread and some comments may be shown as answers.
johauna
Top achievements
Rank 1
johauna asked on 09 Mar 2011, 03:43 PM
I have a page that is inside of a master page. This inner page contains a RadTreeView and a Restricted area place holder for the display of a new window opened via javascript. When the user clicks a node in the TreeView a new window is opened using the RadWindowManager and the RadOpen.

This new window contains a RadGrid that the user selects a customer by double click then that customers records are opened.

If the user changes the sorting or moves columns on the search grid I want to save those changes to a cookie to load again for the user later. 

This save setting to a cookie then loading them back works fine in the other pages that have grids that are opened via a redirect that display the customer data but the cookies look like they are not being saved to the cookie collection when created in the search form.

What about the radopened window would cause cookies to be saved under a different authentication or something?

Thank you for any help.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 14 Mar 2011, 09:58 AM
Hello johauna,

Note that when you display a content page in the RadWindow, that page is displayed in an IFRAME. The RadWindow itself does not affect user created cookies in any way, so I would suggest to make sure that your logic is working as expected when you use an IFRAME instead of RadWindow. Once this is done, the same logic will work with RadWindow as well.


Regards,
Georgi Tunev
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Window
Asked by
johauna
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or