Skip to content

Files

Latest commit

 

History

History
65 lines (45 loc) · 4.53 KB

overview.md

File metadata and controls

65 lines (45 loc) · 4.53 KB
title page_title description slug tags published position CTAControlName
Overview
Overview
Check our "Overview" documentation article for the RadMenu {{ site.framework_name }} control.
radmenu-overview
overview
true
0
RadMenu

{{ site.framework_name }} Menu Overview

Thank you for choosing Telerik RadMenu!

Telerik RadMenu for {{ site.framework_name }} provides the power to build the entire navigation of your web application. Combining the ability to display hierarchical views and the advanced styling mechanism, RadMenu lets you build even the most complicated site-menu systems. The control provides a number of advanced features like hierarchical data binding, different opening modes, integration with commands and different type of items, as well as full layout and appearance customization capabilities.

{% if site.has_cta_panels == true %} {% include cta-panel-overview.html %} {% endif %}

{{ site.framework_name }} RadMenu Overview

Key Features

This is a list with short descriptions of the top-of-the-line features of the RadMenu control.

  • Hierarchical data binding: RadMenu allows you to bind and visualize sets of hierarchical data. You can also populate it by consuming data from XML files, WCF services, RIA services etc. Read more about this in the [Populating with Data]({%slug radmenu-populating-with-data-overview%}) section.

  • Icons: The menu items expose an Icon property that can be used to define an icon are another custom UI element display at the left side of the item. Read more about this in the [Icons]({%slug radmenu-features-icons%}) article.

  • Opening modes: You to open the menu by click or mouse over. Read more about this in the [Opening Modes]({%slug radmenu-features-opening-modes%}) article.

  • Orientation: You can set the orientation of the items to either horizontal or vertical by changing a single property. Read more about this in the [Orientation]({%slug radmenu-features-orientation%}) article.

  • Check/uncheck items: RadMenu allows you to check/uncheck items and manage the collection of the checked items. Using the corresponding events you can entirely handle the check/uncheck action. Read more about this in the [Checkable Items]({%slug radmenu-features-checkable-items%}) article.

  • Commands support: The control support commands, thus allowing you to integrate its menu items with commands and pass parameters to them. Read more about this in the [Keyboard Navigation]({%slug radmenu-keyboard-navigation%}) article.

  • Keyboard navigation: You can easily navigate through the items via the arrow keys on the keyboard. Read more about this in the [Commands]({%slug radmenu-features-commands%}) article.

{% if site.site_name == 'Silverlight' %}

  • Boundary Detection: Telerik RadMenu detects the Silverlight plug-in boundaries and opens its child item-groups in the opposite direction when the screen boundaries are to be crossed. When there is not enough space in both directions, the control will adjust its items’ position in order to make them visible whenever possible. [Read more]({%slug radmenu-boundaries-detection%}) {% endif %}

tip Get started with the control with its [Getting Started]({%slug radmenu-getting-started%}) help article that shows how to use it in a basic scenario.

Check out the control's demos at {% if site.site_name == 'Silverlight' %}demos.telerik.com{% endif %}{% if site.site_name == 'WPF' %}demos.telerik.com{% endif %}

{% if site.site_name == 'WPF' %}

Telerik UI for WPF Support and Learning Resources

See Also

  • [Visual Structure]({%slug radmenu-visual-structure%})
  • [Events]({%slug radmenu-events-overview%})
  • [Developer Focused Examples]({%slug radmenu-sdk-examples%})