RadMenu for ASP.NET

Build a menu Send comments on this topic.
See Also
New to Telerik RadMenu? > Design-time support > Build a menu

Glossary Item Box

Telerik RadMenu has a rich design-time support, allowing you to add/remove/edit items and see the changes reflected immediately.

To build a menu:

  1. Drag an instance of Telerik RadMenu from the toolbox onto the webform.
  2. Right-click the instance, and from the context menu, select the Build RadMenu command.

This will pop up RadMenu Builder, shown below. 

 

The RadMenu Builder is divided into two panes. The treeview on the left outlines the current structure of the menu. The property grid on the right displays the properties of the currently selected menu item.

The Add root button adds a level 1 item. The Add child button adds a child item to the currently selected item in the tree view. The Remove button removes the selected item as well as all its child items.

Click OK to save your changes; click Cancel to discard them. 

 

See Also