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.
Hi all,
I am happy to announce that the reordering limitation is no longer present from v13.5.0.
Regards,
Tsvetelina
Progress Telerik
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.