When using my own buttons in the header template, and I have Reorderable=true, the tile layout consumes mouse events and clicks on my buttons don't always work. I would like to have the tile layout provide command buttons that can work in this scenario that let me handle their clicks reliably.
The functionality I am after is closing an minimizing tiles, so built-in actions for that like with the window would be nice. Perhaps tile items could get a Visible parameter like the grid columns and that could also go in their state.
Hi Curt,
You can Follow such a feature here: https://feedback.telerik.com/blazor/1489011-how-to-know-which-indiviadulal-tileitem-was-resized-tag-parameter-on-the-tile. I added your Vote for you to raise its popularity.
Regards,
Marin Bratanov
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
When saving the "state" of the tiles, I need to know the content of the tile (component), even if it's just an ID that I assign myself.
I'm making a configurable dashboard where a supervisor can make a dashboard for a specific work center out of a set of available tiles (components). When the supervisor has resized, and dragged/dropped the tiles (components in the tiles) where they want them, I need to save the state of the tile (using colspan, rowspan, and order AND ID). I think it would be simple enough so that if the "TileLayoutState", contained the "ID" of the content (in my case a component) when saving state, I could associate the component with the tile being saved. As it stands, I can save the order of the tiles, but I have no idea what's in them when they're re-arranged. It appears if a collection of tiles is used, the underlying order of the items in the collection is not updated when a drag/drop is performed.
Adding the ability to know the tile content of of a tile via an ID would make this control so much more powerful.
Hello all,
I added your votes to this enhancement request for a Visible parameter: https://feedback.telerik.com/blazor/1531007-add-a-visible-parameter-for-the-tilelayoutitem. It is a must for such a button to be implemented ,but buttons may be implemented without it as well, so let's track these separately. So, you may want to go and click the Follow button there too.
Regards,
Marin Bratanov
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.