Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
protected void rm_top_PreRender(object sender, EventArgs e)
{
foreach (RadMenuItem rootItem in rm_top.Items)
rootItem.Attributes.Add("style", "color:#004F4C;font-weight:bold");
foreach (RadMenuItem childItem in rootItem.Items)
childItem.Attributes.Add("style", "cursor:pointer");//for child items
}