Unplanned
Last Updated: 18 Mar 2024 08:57 by ADMIN
Kendo UI
Created on: 08 Nov 2021 08:30
Category: TileLayout
Type: Feature Request
13
[TileLayout] Resizing in absolute/relative positioned containers

The TileLayout resizing and reordering functionalities do not work as expected when the component is positioned within a container with absolute or relative position. The position of the dragged item is offset with the offset of the parent container.

Please provide the necessary adjustments to enable placing the TileLayout in containers with absolute or relative position and keeping its resizing and reordering functionalities.

4 comments
Sean
Posted on: 12 Mar 2024 13:37
Tsvetelina, that is outstanding! Thank you!!
ADMIN
Tsvetelina
Posted on: 02 Nov 2023 14:57

Hi all,

I am happy to announce that the reordering limitation is no longer present from v13.5.0.

Regards,
Tsvetelina
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Sean
Posted on: 15 Aug 2023 13:48

There is a workaround that worked for me, but is not optimal and won't work for everyone...

Raise an event on the container in a service for mouse-in and allow any parent component to subscribe to the event, adjust its position by setting a boolean value to apply an ngClass, then on mouse-out set the boolean to false. 

Again, it's not optimal and quite frankly something you guys should have thought of before releasing this component.  I'm usually a big fan of Telerik, and this is one of the rare occasions I'm shockingly disappointed.  

Sean
Posted on: 10 Aug 2023 19:21
This is absurd. 300px away from the mouse pointer when dragging is unacceptable for any scenario.