EntityGridView<?> entityGridView = productGrid
...
.tiled(Arrays.asList(
TileComponents.thumbnail()
.name(ProductProps.PRIMARY_ASSET_URL_SEARCH)
.order(1000),
TileComponents.linkById("catalog:products:${businessType}:update")
.name(ProductProps.NAME)
.label("product.columns.name")
.order(2000)))
.defaultTiled()
...