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

Closing and reopening RadWindow

1 Answer 124 Views
Window
This is a migrated thread and some comments may be shown as answers.
Gavin
Top achievements
Rank 1
Gavin asked on 06 Mar 2014, 02:59 AM
I am trying to implement one of the screen in my project using RadWindow, and I wanted to do it as a singleton within the entire application.  This RadWindow will be shown as modal from time to time.   I know that using wpf windows, doing this will give you an invalidoperationexception:

win.ShowDialog();
win.Close();
win.ShowDialog();


I see that RadWindow is not derived from Window, so my question is, is it safe for me to do show or reopen the RadWindow even after it has been closed?

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 10 Mar 2014, 02:45 PM
Hello Gavin,

It is safe to use the same Window multiple times. You will need just to keep its instance in order to be able to reuse it. Please check the attached project which demonstrates a Window which can opened and closed multiple times with buttons.

Hope this helps. If you have any other questions let us know.

Regards,
Kalin
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
Tags
Window
Asked by
Gavin
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or