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

Maintaining radwindow during postbacks

2 Answers 109 Views
Window
This is a migrated thread and some comments may be shown as answers.
surendran
Top achievements
Rank 1
surendran asked on 07 Oct 2010, 08:27 AM
We need to maintain the opened radwindow to be available after postback , is there  a  way to the maintain the state .?

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 07 Oct 2010, 10:11 AM
Hi Liji Jose,

This behavior is expected since the the window is opened in client side and will remain until the page is reloaded /postback-ed or navigated away.

One suggestion is to maintain the window is ajaxifying the page to avoid page refresh which in turn remain the window opened after executing server code.
Here is the forum which discusses similar scenario.

Thanks,
Princy.
0
surendran
Top achievements
Rank 1
answered on 07 Oct 2010, 12:02 PM
Actually we are having the Radwindow in the seperate user control and opening the radwindow based on the radwindow ID, currently we tried to set  PreserveClientState="true" for the radwindow manager, now we are able to maintain the state of the radwindow even after the postback .
But in the master page we are using updatePanel but its not taking effect in the Radwindow , is it due to the use of user control ? 
Tags
Window
Asked by
surendran
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
surendran
Top achievements
Rank 1
Share this question
or