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

RadWindow.Close All() funtion

1 Answer 121 Views
Window
This is a migrated thread and some comments may be shown as answers.
Carla
Top achievements
Rank 1
Carla asked on 17 Nov 2011, 10:15 AM
Hi experts,

I saw there is a Radwindow.CloseAll() function in the RadWindow control for ASP.NET AJAX. Is there a similar function in the RadWindow control for Silverlight?

I am building a Silverlight 4 application with 1 page and multiple childwindows that I converted to RadWindows in code C#. The app works like a wizard type app, on the page the user chooses what he wants to do and then the 1st window would ask for more information then the user clicks next and go to the 2nd window and so on and so on, until the last window that only shows and prints the information the user have just entered/selected in the previous windows. Everything works well. But how do I close all these windows, to go back to the first page, only by clicking on the close button on the last window?

I have disabled the close and rezise buttons on all the windows exept the last window. Al these windows are reliant on each other because of data (form a sql database) purposes.

Please any help would be much appreciated.

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 18 Nov 2011, 05:17 PM
Hello Carla,

You can use RadWindowManager class that is used to command all active RadWindows in the current application. You can use the CloseAllWindows method. More information you can find in this help article.


Greetings,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Window
Asked by
Carla
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or