RadMenu for ASP.NET
Table of Contents
At a glance
How RadMenu compares to ASP.NET Menu
What's new
Licensing
Installation and deployment
DNN
Feature overview
Getting Started
New to Telerik RadMenu?
Already using the control
AJAX support
Templates
Context Menu
Custom Attributes
ASP.NET 2.0 features
Defining the Telerik RadMenu structure
Data Binding
Controlling the visual appearance
Example scenarios (How to)
Telerik RadMenu client-side
Telerik RadMenu server-side
Troubleshooting
API Reference
Get more help
PID366; RID7; VID0; IsStatic1
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
Drag and drop a menu instance onto the page
Build the menu through the Telerik RadMenu Builder
Click the menu Smart Tag anchor
Choose
Build RadMenu
Add menu items through the Telerik RadMenu Builder
Press
OK
to confirm
Apply
Skin
to the control using the
Auto Format
dialog box
Choose
Auto Format
from the Smart Tag
Select the desired
Skin
from the
Auto Format
dialog box
The changed appearance will be reflected in design time right away
Set the
ClickToOpen
property to true to make the child items open upon clicking a root item
Right-click the menu instance and select
Properties
The
Properties
dialog will pop up
Enable the
ClickToOpen
property
The final result will be (an item should be clicked to open its children)
Binding Telerik RadMenu to an AccessDataSource
Drag and drop an
AccessDataSource
control onto the page where the menu resides
Configure the
AccessDataSource
through its Smart Tag
Press the Smart Tag anchor and then
Configure DataSource
Browse the Access Data File and press
Next
to confirm
Specify the columns from a table and press
Next
to confirm
Press
Finish
Choose the DataSource for Telerik RadMenu through the Telerik RadMenu Smart Tag
In the Telerik RadMenu properties grid set the
DataFieldId
,
DataFieldParentId
and
DataTextField
The final result is looking like