New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

CSS Classes

Base CSS Classes

CSS ClassDescription
.RadTileListMain wrapper element
.RadTileList:afterMain wrapper element float fix
.RadTileList divgive specific style for DIV elements wrapped into the main element
.RadTileList div:hover ,.RadTileList div:active, .RadTileList div:focusgive specific style for DIV hovered, active and focused elements wrapped into the main elements
.RadTileList .rtlistScrollWrapperMain Scroll wrapper element
.RadTileList .rtlistScrollWrapper:afterMain Scroll wrapper element float fix
.RadTileList .rtlistGroupstyles Group wrapper
.RadTileList .rtlistGroupSeparatorsets when Group wrapper separator element to be visible
.RadTileList .rtlistGroupSeparatorVisiblesets when Group wrapper separator element to be visible
.RadTileList.rtlistResponsiveapplied so that responsive layout rules can cascade through it
.RadTileList .rtlistWrapperstyles tile list wrapper
.rtlistRtlapplied to the tile list in RTL mode

Skin Specific CSS Classes

CSS ClassDescription
.RadTileList_DefaultMain wrapper element
.RadTileList_Default .rtlistGroupSeparatorVisibleStyles Group Separator element

To further customize the Tiles in the TileList as standalone objects, you should follow the RadBaseTile's CSS Classes article.

Find sample on how to use the CSS classes for adding border, padding and margin to RadTileList Groups in the dedicated KB article.

See Also