Reproduction:
Actual result: no item can be heightened
Expected result: all items can be heightened
This can be observed at https://demos.telerik.com/kendo-ui/tilelayout/reordering : when you reorder the items, their "order" property changes, but their order in the HTML source stays the same. This makes the visual layout differ from the logical one.
The Sortable component, however, behaves correctly by reordering items in the HTML source.
See also: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/CSS_Grid_Layout_and_Accessibility
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]