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
0
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.
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.
http://update.timsforaudiology.com/bruce/WebAppt2.rar
Use Default2.aspx as your launching point.
0
Accepted
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.
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
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.
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.