Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
AI-Enhanced UI Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
Hi Thomas,
Have you tried overriding the background CSS property of the desired tile? Here is an example I built by using an online gradient generator:
<
telerik:RadTextTile
runat
=
"server"
ID
"RadTextTile1"
CssClass
"myGradientTile"
></
>
div.RadTile.myGradientTile
{
background
:
#a90329
;
/* Old browsers */
: -moz-linear-gradient(
top
,
0%
#8f0222
44%
#6d0019
100%
);
/* FF3.6+ */
: -webkit-gradient(linear,
left
bottom
, color-stop(
), color-stop(
));
/* Chrome,Safari4+ */
: -webkit-linear-gradient(
/* Chrome10+,Safari5.1+ */
: -o-linear-gradient(
/* Opera 11.10+ */
: -ms-linear-gradient(
/* IE10+ */
: linear-gradient(to
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=
'#a90329'
, endColorstr=
'#6d0019'
,GradientType=
0
/* IE6-9 */
}
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.