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: 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]