Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
209
WebDataMenu with SiteMapDataSource loses place in path
posted

Infragistics 9.1 .Net 3.5  When selecting a WebDataMenu item with a SiteMapDataSource, where the site map has several levels of hierarchy, a second time, the control seems to lose it's root.

If I have a site map with subdirectories ...

Help/About.aspx for example -- the first click will produce url .../Help/About.aspx ... but while on the About.aspx page, when I click the same menu item it produces an incorrect url .../Help/Help/About.aspx.

I have tried prepending with a ~ which produces .../Help/~/Help/About.aspx, a /, which then causes the menu item to not be rendered, and .. which then causes the first click to go back a directory and it then can't find the Help sub directory.

Is there a setting or prefix character that can be used to set the right path?

Parents
  • 33839
    posted

    Hey,

    What version of Infragistics are you using?  The release build is 9.1.20091.1009.  In the release there was a problem with using relative paths containing '~'.  If you download the latest service release, that should work.  Try it out and let us know if this problem disappears.

     

    regards,

    David Young

Reply Children