cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

StandardTile and GenericTile SAPUI5

Former Member
0 Likes
240

Can I to put in the same TileContainer a StandardTile and a GenericTile?

I'm trying unsuccessfully.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

yogesh_beria
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Miguel,

I was unable to add a GenericTile to a TileContainer.

It should have worked as the aggregation says that the tiles have to be a sap.ui.core.Control which is also true for GenericTile.

However, adding it directly to a page works.


StandardTile works fine with the TileContainer.


To add a GenericTile to a TileContainer, I wrapped it in the sap.m.CustomTile as its content and then added this CustomTile to the TileContainer. That works for me.


Regards,

Yogesh

kannanpresanna_kumar
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Miguel,

Did you manage to find a solution to it?

Regards,

Kannan

Ask a Question
Top Q&A Solution Author