Reproduction:
Actual result: only item B can be heightened
Expected result: all items can be heightened
We're looking into adopting your TileLayout control for a dashboard containing charts and tables. However, it doesn't seem like it supports remote content. ie all the content of each container has to be within a kendoTemplate on the same page. This seems like a huge limitation.
Please provide a way of loading the container content via a remote call, such as in your other controls.
Kendo Window example:
myWindow.kendoWindow({ width: "615px", title: "Rams's Ten Principles of Good Design", content: "../content/web/window/ajax/ajaxContent.html", close: onClose });
Bug report
When a draggable item that is part of a tile of the Kendo UI TileLayout is dragged, JavaScript errors are thrown. This is due to the fact that the Draggable widget, internally used, calls the drag event of the widget instances inside the TileLayout.
Reproduction of the problem
1. Edit the live demo in a Dojo: https://demos.telerik.com/kendo-ui/tilelayout/index
2. Make any of the grids, resizable or groupable.
3. Resize or group a column.
4. JavaScript errors are thrown.
Environment
* **Kendo UI version:** 2020.2.617
* **jQuery version:** 1.124
* **Browser:** [all]
Hi Team,
I'd like to request the Kendo UI TileLayout to have a Select event added to its API.
Thank you!
This can be observed at https://demos.telerik.com/kendo-ui/tilelayout/reordering : when you reorder the items, their "order" property changes, but their order in the HTML source stays the same. This makes the visual layout differ from the logical one.
The Sortable component, however, behaves correctly by reordering items in the HTML source.
See also: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/CSS_Grid_Layout_and_Accessibility
Reproduction:
Actual result: no item can be heightened
Expected result: all items can be heightened
Reproduction:
Expected result:
As per https://docs.telerik.com/kendo-ui/api/javascript/ui/tilelayout/events/resize , e.container should be a jQuery object
Actual result:
e.container is undefined
I think the tile layout is a really cool new feature for making reporting dashboards that users can customize. One thing that users would want is the ability to add new items at a specific location. I imagine the tile layout control being a drop target where a user can drag a draggable item onto the tile layout surface and the new item can be added at the location where the user dragged the item.
Is this something you can add to the control in the future?
Reproduction:
Expected result
Actual result
Cause
In the "_initContainers" function, when looping over containers, the variable "headerContent" still holds the content of the previous header.
A key feature of the TileLayout widget is the fact that the user can modify the layout. This makes little sense if their changes are lost whenever they close the window.
I want to preserve those changes. It would be helpful if the resize event contained information about the new rowSpan and colSpan of the resized item.