Completed
Last Updated: 26 Feb 2021 18:04 by ADMIN
Release 2021.R1
Created by: Ron
Comments: 15
Category: TileLayout
Type: Feature Request
40
I would like to see the ability to dynamically add and remove items for the TileLayout component, ideally using drag & drop. My use case would be to have a TileLayout dashboard area to which I would like to drag & drop new items from a side toolbar. Additionally items should be removable from the dashboard area.
Completed
Last Updated: 16 Feb 2022 14:39 by ADMIN
Release 2022.R1.SP.next
Created by: Anna
Comments: 4
Category: TileLayout
Type: Bug Report
10

Reproduction:

  1. Run sample at https://dojo.telerik.com/@GaloisGirl/iGArIqup/3
  2. Try to heighten item A or C

Actual result: only item B can be heightened

Expected result: all items can be heightened

Completed
Last Updated: 20 Jan 2022 12:30 by ADMIN
Release 2020.R3.SP1

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] 

Completed
Last Updated: 09 Feb 2022 11:49 by ADMIN

Reproduction:

  1. run dojo at https://dojo.telerik.com/@GaloisGirl/aPUgEvUZ

Expected result

  1. First header reads "Text header 1"
  2. Second header reads "Template header"

Actual result

  1. Both Headers read "Text header 1"

Cause

In the "_initContainers" function, when looping over containers, the variable "headerContent" still holds the content of the previous header.

Completed
Last Updated: 02 Jun 2020 09:24 by ADMIN
Release 2020.R2.SP.next
Created by: Anna
Comments: 1
Category: TileLayout
Type: Bug Report
0

Reproduction:

  1. run dojo at https://dojo.telerik.com/@GaloisGirl/IxEGipeT
  2. resize the first item
  3. check the console to e.container

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

 

Completed
Last Updated: 12 Nov 2021 09:59 by ADMIN
Release 2021.R3.SP.next

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]