Unplanned
Last Updated: 02 Sep 2021 05:14 by ADMIN
Vesselin
Created on: 19 Nov 2011 02:04
Category: Window
Type: Feature Request
14
Dynamically creating Kendo windows
Please allow for the dynamic creation of kendo windows (straight from javascript) that don't require you to have an existing element to attach the window to (or having to manually create div's in the DOM). Telerik.Window has a name property that sets the ID of the window so one can create windows easier by calling $.telerik.window.create({}) and set the name/id there. Kendo currently doesn't have that functionality. Why can't Kendo.Window do the same - either attach itself to an existing element like it currently does or if a unique name is given and no matching element with the same ID, then create a new div in the DOM and attach to it. Currently one has to manually create the DIV layers to create dynamic windows from.
2 comments
Kjartan Valur
Posted on: 26 Nov 2014 17:22
I totally agree! This implemented a directive for AngularJS that does this. It´s probably not that hard to fork this and make it a jquery module. But Telerik please...

https://github.com/kjartanvalur/angular-kendo-window

pucsoftware
Posted on: 14 Jun 2013 16:07
Dynamically creating windows should be fairly simple. I've spent the better part of two days trying to create windows for rows in a list. Each row should be able to open a window by clicking on an element. I've probably gone through every example I can find and none of them work. The best I can do is to open a window once, but once it is closed it can not be opened again. Please give us this functionality or post a working example in the demos.