Reproduction:
Actual result: only item B can be heightened
Expected result: all items can be heightened
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.
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]
Bug report
setOptions throws an error when toggling reorderable on and off
Reproduction of the problem
Dojo: https://dojo.telerik.com/eReWexEL
Current behavior
Error is thrown in the console when the following is called:
tileLayout.setOptions({ reorderable: false});
tileLayout.setOptions({ reorderable: true });
Expected/desired behavior
No error shall be thrown.
Environment
Kendo UI version: all
jQuery version: all
Browser: [all]
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