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?
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
I am using Version=9.1.20091.1015
Setting the ASPNET_SITEMAP.URL column to ~/Help/About.aspx produces the following URL:
http://localhost:63224/EPIC/~/Help/About.aspx
Setting it to /~/Help/About.aspx keeps it from appearing on the menu.
Thanks for your reply,
Scott Moyer
Scott,
Even with build 1015, this problem will persist. Since the number is in the 1000's, it is a release build. Please get the latest Service Release here:
http://es.infragistics.com/dotnet/netadvantage/aspnet.aspx#Downloads
This should hopefully eliminate your problem.
Dave