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.
Reproduction:
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