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