This is a migrated thread and some comments may be shown as answers.

How to add Image into the Menu created using Sitemap

0 Answers 70 Views
SiteMap
This is a migrated thread and some comments may be shown as answers.
Lakul
Top achievements
Rank 1
Lakul asked on 07 Sep 2010, 02:27 PM
Hi,

I have created Menu using Sitemap.

SITEMAP CODE

 <siteMapNode title="MainMenuItem">                 
                  <siteMapNode controller="subController1" action="Index" title="SubMenu1"/>
                  <siteMapNode controller="subController2" action="Index" title="SubMenu2" />
                  <siteMapNode controller="subController3" action="Index" title="SubMenu3" />
  </siteMapNode>

Telerik Code is:
 Html.Telerik().Menu().Name("MyMenu").BindTo("web").Orientation(MenuOrientation.Vertical).Render()

how can i add image to MainMenuItem or SubMenuItem of Menu

Thanks,
Lakul

No answers yet. Maybe you can help?

Tags
SiteMap
Asked by
Lakul
Top achievements
Rank 1
Share this question
or