Kendo UI for angular 2 Window component

2.7k views Asked by At

In the original Kendo UI there is something called kendo ui window, a widget that lets you create dynamic windows in your html. (http://demos.telerik.com/kendo-ui/window/index)

Does anyone know if the Kendo UI for angular 2 will also include this feature? If yes, when?

Thanks in advance!

4

There are 4 answers

3
Alex Beugnet On

Here is the link to the existing KendoUI Angular2 components : http://www.telerik.com/kendo-angular-ui/

You can then check out the Roadmap they display on this panel : http://www.telerik.com/kendo-angular-ui/roadmap/ and notice that the window component is not going to be available soon...

Maybe you can get something out of the popup component for your needs : http://www.telerik.com/kendo-angular-ui/components/popup/

1
Alex Gyoshev On

There is the Dialog component, which handles the scenario of a modal window, with (optional) actions that the user can take.

0
int-i On

Have you tried to integrate the older kendo window component(jQuery/ng 1.x) in kendo angular 2? Here is the official documentation to mix both worlds. http://www.telerik.com/kendo-angular-ui/components/framework/kendo-jquery/

0
Milo On

There is now a Window component from the kendo-angular team. Was introduced in v2.0.0 (2018-01-12) to the Dialog components.