Completed
Last Updated: 12 Nov 2021 09:59 by ADMIN
Release 2021.R3.SP.next
Claude
Created on: 23 Sep 2021 12:45
Category: TileLayout
Type: Feature Request
0
setOptions throws an error when toggling reorderable on and off in TileLayout

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]

0 comments