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

How to close child window from parent

1 Answer 101 Views
Window
This is a migrated thread and some comments may be shown as answers.
Brandon
Top achievements
Rank 1
Brandon asked on 03 Feb 2020, 09:38 AM
Is there a way to close a child window from a parent page?

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 03 Feb 2020, 01:33 PM

Hello Brandon,

You can get the reference of the Window by its ID and call its .hide() method:

If you are using the WindowManager and the .radopen() method, you can save the reference of the window that is the return value of the .radopen() method and then use it to call the .hide() method.

Regards,
Peter Milchev
Progress Telerik

Get quickly onboarded and successful with UI for ASP.NET AJAX with the Virtual Classroom technical trainings, available to all active customers. Learn More.
Tags
Window
Asked by
Brandon
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or