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