4 Answers, 1 is accepted
0
Ed
Top achievements
Rank 1
answered on 01 Mar 2013, 05:24 PM
This works but it would be nice not to have to do it for each tile.
<Border Background="#FF00A100" BorderBrush="Black" BorderThickness="1,1,1,1" CornerRadius="10">
<telerik:Tile Background="#FF00A100"/>
</Border>
<Border Background="#FF00A100" BorderBrush="Black" BorderThickness="1,1,1,1" CornerRadius="10">
<telerik:Tile Background="#FF00A100"/>
</Border>
0
Accepted
Hello Ed,
We have not initially planned such visual appearance as it is kind of against the principles of the so called "Metro" design , so the standard way to deal with this task would be to redefine the default template of a Tile and use a general (implicit) Style to set it to all tiles.
Let me know in case you decide to go that way so I can provide further guidance.
Kind regards,
Pavel Pavlov
the Telerik team
We have not initially planned such visual appearance as it is kind of against the principles of the so called "Metro" design , so the standard way to deal with this task would be to redefine the default template of a Tile and use a general (implicit) Style to set it to all tiles.
Let me know in case you decide to go that way so I can provide further guidance.
Kind regards,
Pavel Pavlov
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Christophe
Top achievements
Rank 1
answered on 25 Mar 2015, 09:10 PM
Hi Pavel,
I'm actually trying trying to customize those Tiles from the RadTileView, any advise on how to access the default template ?
Cheers,
Chris
I'm actually trying trying to customize those Tiles from the RadTileView, any advise on how to access the default template ?
Cheers,
Chris
0
Christophe
Top achievements
Rank 1
answered on 26 Mar 2015, 04:27 AM
OK, I managed to do what I needed but now I'm facing another issue. I'll create another topic.