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

problme with RadMenu

1 Answer 19 Views
Menu
This is a migrated thread and some comments may be shown as answers.
alfredo
Top achievements
Rank 1
alfredo asked on 15 Feb 2014, 03:18 AM

in web form =>


<telerik:RadMenu ID="RadMenu1" runat="server" DataSourceID="RadSiteMapDataSource1"  >  </telerik:RadMenu>
<telerik:RadSiteMapDataSource ID="RadSiteMapDataSource1" runat="server" ShowStartingNode="false"  />



in web.sitemap =>

<?xml version="1.0" encoding="utf-8" ?>
  <siteMapNode title="Home" url="Default.aspx">
    <siteMapNode title="Base info" url="">
      <siteMapNode title="provinces" url="~/AppUsers/addProvince.aspx"/>
      <siteMapNode title="Cities" url="~/AppUsers/addCity.aspx" />
      <siteMapNode title="Sender" url="~/AppUsers/addFactory.aspx" />
      <siteMapNode title="NVP" url="~/AppUsers/addRepresentation.aspx"/>
    </siteMapNode>

when i used this code , menu show url property (in sitemap) , but i wana to show title only and hide url.
 see the picture attachment file
please help me .

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 19 Feb 2014, 12:11 PM
Hello,

Please refer to this help article that demonstrates how you can bind the RadMenu to a  SiteMapDataSource. It shows how you can use the RadMenu ItemDataBound event in order set additional attributes or properties to the menu item based on the site map data item.


Regards,
Boyan Dimitrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Menu
Asked by
alfredo
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or