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

Window only open once

5 Answers 119 Views
Window
This is a migrated thread and some comments may be shown as answers.
Bruce St.Clair
Top achievements
Rank 2
Bruce St.Clair asked on 13 Aug 2008, 06:49 PM
I followed the lab in your TelerikRadControlsASPNET_tutorial.pdf.  But the problem is once I open the window and click the upper x in the popup window the window will not come up again. I have to do a full page reload to get the link to work again.  Any Ideas.  2008 Q2 release.

5 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 14 Aug 2008, 11:49 AM
Hello Bruce,

Can you please tell me what lab exactly are you using? How do you open the RadWindow?


Sincerely yours,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Bruce St.Clair
Top achievements
Rank 2
answered on 14 Aug 2008, 01:03 PM
Start at page 526 in the pdf.  Here is a copy of my app.  VS2008, .NET3.5, 2008 Q2 release.

http://update.timsforaudiology.com/bruce/WebAppt2.rar

Use Default2.aspx as your launching point.
0
Accepted
Georgi Tunev
Telerik team
answered on 14 Aug 2008, 01:51 PM
Hi Bruce,

Thank you very much for the project - I see what the problem is. You have set DestroyOnClose="True" for the RadWindow that you are opening. When this property is set to true, RadWindow's object will be destroyed once the dialog is closed. This means that untill you reload the whole page, you will not be able to open that same RadWindow again.


Best wishes,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Bruce St.Clair
Top achievements
Rank 2
answered on 14 Aug 2008, 02:36 PM
Thanks for catching that I thought the Rad Window manager would override the setting for the window but it must be the other way around.
0
Georgi Tunev
Telerik team
answered on 14 Aug 2008, 03:23 PM
Hello again Bruce,

No, RadWindowManager can only override properties that are explicitly set in its declaration and are not set in the RadWindow. The idea of the manager is to allow you to set common properties for all windows that are used on the page and you can set additional custom properties in your RadWindows' declarations.



Regards,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Bruce St.Clair
Top achievements
Rank 2
Answers by
Georgi Tunev
Telerik team
Bruce St.Clair
Top achievements
Rank 2
Share this question
or