Unplanned
Last Updated: 18 Mar 2024 08:57 by ADMIN
Created by: Kendo UI
Comments: 4
Category: TileLayout
Type: Feature Request
13

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.

Unplanned
Last Updated: 01 Dec 2023 14:03 by Debanjana
Created by: Debanjana
Comments: 0
Category: TileLayout
Type: Feature Request
2

When a card is dragged around, provide a shadow to convey that the card is 'higher', above the rest and a marker or a line that shows an acceptable location. 

There are places where a tile can be dropped, and where it can’t. Using an indicator to convey acceptable locations (without moving cards all over in the process) makes it clear where it can go.

The benefit of using a small line of some sort means we can convey an acceptable location, but cards aren’t sliding all over the place at the same time

 

Unplanned
Last Updated: 23 Mar 2023 16:03 by Ciaran
Created by: Ciaran
Comments: 0
Category: TileLayout
Type: Feature Request
9

Hi Team!

I would like the TileLayout component to be automatically scrolled on a tile reorder.

Unplanned
Last Updated: 17 Jun 2022 08:37 by ADMIN
With user resizing window back and forth it will be great if TileLayout can be set to automatically determine number of columns based on columnWidth
Unplanned
Last Updated: 08 Nov 2021 12:31 by ADMIN

Hi Team,

Adding the ability to resize the TileLayout in both the left and right directions would be an excellent feature enhancement for the component.

Unplanned
Last Updated: 04 Aug 2021 08:35 by ADMIN
Created by: Didier
Comments: 0
Category: TileLayout
Type: Feature Request
3

Hi Team,

Currently, the developers can set the number of columns through the columns input property and the number of rows is determined automatically by the current tiles and AutoFlow configuration.

It will be a nice feature to have the opportunity to set the number of rows regardless of the tiles configuration.

Thank you.

Unplanned
Last Updated: 28 Jul 2021 10:48 by Holger
Created by: gaurav
Comments: 3
Category: TileLayout
Type: Feature Request
8

Hello,

I am using Kendo tile layout and generating the tile layout item dynamically based on the array. Tiles are generated properly, however, when I resize or reorder the tile, it does not update the bound array item using 2 way binding (column object in this case). I have tried [col], [colSpan], [rowSpan] as well as [(col)],[(colSpan)],[(rowSpan)] however none of these works.

I know I can handle (reorder) and (resize) event to manually update the array item, however, is there a way the bound item can be updated using 2 way binding without the need of handling it in events.

Sample code below

<kendo-tilelayout-item 
                        *ngFor="let column of columnList" title="Tile1" [col]="column.col"
                        [colSpan]="column.colSpan" [rowSpan]="column.rowSpan">
                        <kendo-tilelayout-item-body>
                          // My code here
                        </kendo-tilelayout-item-body>
       </kendo-tilelayout-item>

Thanks,

Gaurav

Completed
Last Updated: 12 Apr 2021 21:23 by ADMIN
Created by: Holger
Comments: 3
Category: TileLayout
Type: Feature Request
4

The TileLayout is a great addition to the jQuery version of Kendo UI. It would be great to have it also as a native component for the Angular version.

And by the way, it would be even greater if you would also add persistence for size and order of the tiles.