Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > SiteMap > How to add Image into the Menu created using Sitemap

Not answered How to add Image into the Menu created using Sitemap

Feed from this thread
  • Lakul avatar

    Posted on Sep 7, 2010 (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > SiteMap > How to add Image into the Menu created using Sitemap