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.

Unplanned
Last Updated: 21 May 2020 10:00 by ADMIN

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.

 

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

 

1 2