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
<script type=
"text/javascript"
>
function
OnClientItemClicked(sender,args)
{
if
(args.get_item().get_level()>=1)
var
txt = args.get_item().get_parent().get_text();
val =document.getElementById(
"HiddenField1"
)
val.value=txt;
}
</script>
protected
void
RadMenu1_ItemClick(
object
sender, Telerik.Web.UI.RadMenuEventArgs e)
string
val = HiddenField1.Value;
Response.Write(val);
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.