RadMenu for ASP.NET

Getting Started Send comments on this topic.

Glossary Item Box

This topic shows how to create a simple menu only in design-time.

Creating a simple menu

  1.  Drag and drop a menu instance onto the page


  2. Build the menu through the Telerik RadMenu Builder
  3. Click the menu Smart Tag anchor
  4. Choose Build RadMenu 
  5. Add menu items through the Telerik RadMenu Builder

  6. Press OK to confirm
  7. Apply Skin to the control using the Auto Format dialog box
  8. Choose Auto Format from the Smart Tag
  9. Select the desired Skin from the Auto Format dialog box


  10.   The changed appearance will be reflected in design time right away

  11. Set the ClickToOpen property to true to make the child items open upon clicking a root item
  12. Right-click the menu instance and select Properties
  13. The Properties dialog will pop up
  14. Enable the ClickToOpen property


  15. The final result will be (an item should be clicked to open its children)

 

Binding Telerik RadMenu to an AccessDataSource

  1. Drag and drop an AccessDataSource control onto the page where the menu resides


  2. Configure the AccessDataSource through its Smart Tag
  3. Press the Smart Tag anchor and then Configure DataSource
  4. Browse the Access Data File and pressNext to confirm


  5. Specify the columns from a table and press Next to confirm




  6. Press Finish


  7.  Choose the DataSource for Telerik RadMenu through the Telerik RadMenu Smart Tag


  8. In the Telerik RadMenu properties grid set the DataFieldId, DataFieldParentId and DataTextField


  9. The final result is looking like