Hi
I have taken a RadMenu and binded to web.sitemap. But In design we are getting a little extra design .
Here I am presenting the code:
<telerik:RadMenu ID="Menu1" runat="server" DataSourceID="SiteMapDataSource1"
Font-Bold="True" Font-Size="X-Small" width="100%"
enableroundedcorners="true" enableshadows="true" skin="Black" Flow="Horizontal" >
<DataBindings>
<telerik:RadMenuItemBinding DataMember="SiteMapNode" NavigateUrlField="Url" ToolTipField="description" />
</DataBindings>
</telerik:RadMenu>
How can remove the improper design at the bottom. Please help in achieving this.
Thanking You
I have taken a RadMenu and binded to web.sitemap. But In design we are getting a little extra design .
Here I am presenting the code:
<telerik:RadMenu ID="Menu1" runat="server" DataSourceID="SiteMapDataSource1"
Font-Bold="True" Font-Size="X-Small" width="100%"
enableroundedcorners="true" enableshadows="true" skin="Black" Flow="Horizontal" >
<DataBindings>
<telerik:RadMenuItemBinding DataMember="SiteMapNode" NavigateUrlField="Url" ToolTipField="description" />
</DataBindings>
</telerik:RadMenu>
How can remove the improper design at the bottom. Please help in achieving this.
Thanking You