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

[Solved] Rad Window

1 Answer 94 Views
Window
This is a migrated thread and some comments may be shown as answers.
tester
Top achievements
Rank 1
tester asked on 19 Feb 2008, 11:59 PM

 
  i open up a radwindow "A" from a normal browser and another radwindow "B" from radwindow "A". now clicking a button in radwindow "B" i want to close

  Both radwindow A and B and return to the browser. i am having trouble doing that. can you help me please. i tried something like this in radwindow B
  function CloseRadWindow()

        {
       
          GetRadWindow().BrowserWindow.CloseWindow();
          GetRadWindow().Close();

        }
  window b closes but not window A

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 20 Feb 2008, 08:18 AM
Hi tester,

I assume that the second RadWindow is opened in the context of the parent page as well. If this is so, please check the attached sample that shows how to achieve the desired effect.



Regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
tester
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or