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

Dynamically open the window in new window

3 Answers 693 Views
Window
This is a migrated thread and some comments may be shown as answers.
Casey
Top achievements
Rank 1
Casey asked on 11 Jul 2019, 07:39 PM

Hello,

I would like to open kendo UI window to in new window that persist design of  component . 

Reference Demo of w3school    https://www.w3schools.com/code/tryit.asp?filename=G5WILX67XOQF

How can I achieve this functionality using kendo window ?

Demo appreciate.

Thanks 

 

3 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 15 Jul 2019, 07:40 AM
Hello Casey,


The Window component could be opened dynamically by utilizing the Window Service functionality. This is demonstrated on the following documentation page

https://www.telerik.com/kendo-angular-ui/components/dialogs/window/service/

Regards,
Dimiter Madjarov
Progress Telerik
Get quickly onboarded and successful with your Telerik and Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Casey
Top achievements
Rank 1
answered on 15 Jul 2019, 05:12 PM

Hello Dimiter,

Thank you for your response.

Above demo open Kendo UI window in same tab dynamically , but we need to open Kendo UI window in new separate window not in same tab. like  This.

Thanks.

0
Dimiter Madjarov
Telerik team
answered on 16 Jul 2019, 05:34 AM
Hello Casey,


The Kendo UI Angular Window is an element that "lives" in the current application i.e. browser window. If a new browser window should be opened, I would suggest to directly use the exact or similar code as the one demonstrated in the linked page.

Regards,
Dimiter Madjarov
Progress Telerik
Get quickly onboarded and successful with your Telerik and Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Window
Asked by
Casey
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Casey
Top achievements
Rank 1
Share this question
or