Breadcrumb and Show Path for RadMenu in a master page, NavigateUrl set for all menu items

Thread is closed for posting
7 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 12 Jun 2007 Link to this post

    Requirements

    RadControls version

     v4.x or Telerik.Web.UI v2007.3 1425

    .NET version

     2.0

    Visual Studio version

     2005

    programming language

     C#

    browser support

     all browsers supported by RadMenu

    To convert code
    from posted project(s)
     Telerik online converter

     
  2. PROJECT DESCRIPTION

    This project shows both breadcrumb and show path functionalities achieved with the server API of RadMenu. RadMenu is in a master page and is built from an xml file. Every RadMenu item has NavigateUrl set (Href in the xml).
  • 7CC5F604-906B-482E-A000-B1B825B8A7F9
    7CC5F604-906B-482E-A000-B1B825B8A7F9 avatar
    2 posts
    Member since:
    Oct 2007

    Posted 24 Oct 2007 Link to this post

    I downloaded this sample, but was wondering if you would be able to provide the masterpage codebehind in "VB"? We'd like to get a working sample using our data to create a proof-of-concept before purchasing this product. Thanks in advance.
  • 8AECA7A5-3E26-4708-AD62-47AA92940523
    8AECA7A5-3E26-4708-AD62-47AA92940523 avatar
    6637 posts
    Member since:
    Sep 2012

    Posted 25 Oct 2007 Link to this post

    Hello Jeff,

    Thank you for your interest in RadMenu. Please, find attached the project with VB version included. If you have any questions or concerns, feel free to let us know.


    Cheers,
    Peter
    the Telerik team

    Instantly find answers to your questions at the new Telerik Support Center
  • 575EC38D-4630-49A8-AD0A-DB930CE97D75
    575EC38D-4630-49A8-AD0A-DB930CE97D75 avatar
    4 posts
    Member since:
    Nov 2007

    Posted 09 Jan 2008 Link to this post

    Hi,

    Can you post the code using Prometheus RadMenu control like the one shows in live demo - http://www.telerik.com/demos/aspnet/prometheus/Menu/Examples/BreadCrumb/DefaultCS.aspx

    Thanks
  • 8AECA7A5-3E26-4708-AD62-47AA92940523
    8AECA7A5-3E26-4708-AD62-47AA92940523 avatar
    6637 posts
    Member since:
    Sep 2012

    Posted 10 Jan 2008 Link to this post

    Hi Shan Lakshmanan,

    Prometheus RadMenu will have a separate code library and KB section.  We will certainly try to include as many common scenarios as possible and show path functionality will be one of them.

    Thanks for your inquiry.


    Kind regards,
    Peter
    the Telerik team

    Instantly find answers to your questions at the new Telerik Support Center
  • 49724424-11CE-42E3-B6A8-6F9E4DA36367
    49724424-11CE-42E3-B6A8-6F9E4DA36367 avatar
    16 posts
    Member since:
    Jan 2008

    Posted 19 May 2008 Link to this post

    I'm using skins and I can't seem to get this to work.  Here is my line of code.

    RadMenu1.Items[0].CssClass =

    "rmFocused";

    I've also tried this..

    menuModule.Items[0].CssClass =

    "focused";

    My skin is Sunset.

  • FA9EEAA8-F49E-465B-9E32-1F857EDDC09E
    FA9EEAA8-F49E-465B-9E32-1F857EDDC09E avatar
    2281 posts
    Member since:
    Jan 2017

    Posted 23 May 2008 Link to this post

    Hi Shan Lakshmanan,

    Everything worked fine on my side - I used the Web_UI project, attached to this thread,  updated to the latest version of RadMenu - v2008.1.515 and set the Sunset skin to the control.

    I suppose your case is more complex and there is something else preventing the style from applying.

    P.S. "rmFocused" is the right name of the class which RadMenu uses to indicate that an Item is focused.

    Kind regards,
    Simon
    the Telerik team

    Instantly find answers to your questions at the new Telerik Support Center
  • Back to Top

    This Code Library is part of the product documentation and subject to the respective product license agreement.