This is a migrated thread and some comments may be shown as answers.

Rounded Corners

1 Answer 72 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Ron
Top achievements
Rank 1
Ron asked on 18 Jun 2013, 06:31 PM
Is there any way to round the tile corners to make them look more "icon"-ish?

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 19 Jun 2013, 12:00 PM
Hi,

Windows8 and Metro style dose not provide rounded corners and to keep the same behavior the controls also does not do that.

In order to round the corners, you have to apply a global style using border-radius property to the specific elements that you want with rounded corners:

.RadTileList .rtlistWideTile,
.RadTileList .rtlistSquareTile {
   border-radius: 10px;
}


Regards,
Bozhidar
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
TileList
Asked by
Ron
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or