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

radwindow does not open after close

1 Answer 58 Views
Window
This is a migrated thread and some comments may be shown as answers.
Antony
Top achievements
Rank 1
Antony asked on 05 Sep 2013, 03:26 AM
Hi

I got a radwindow with a content template which is opened on the client click of a button. Once I set destroyonclose its not opening after closing. I  need to reload the page to open it again. All were working fine until I set the property. Is this a bug?

Thanks
Antony

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Sep 2013, 06:44 AM
Hi Antony,

Let me start with a little clarification on the DestroyOnClose property. What it does is remove the client-side markup and JavaScript object for the closed RadWindow. This is done to improve the page's performance especially in cases where multiple RadWindows are used. Please, note that  it is not valid to use the DestroyOnClose property with value true when the content is on the same page because this will destroy the inner controls and you should recreate them.

Hope this helps,
Shinu.
Tags
Window
Asked by
Antony
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or