We are using a dynamic sitemap and all nodes in the web.sitemap display a breadcrumb.
Is it possible to have the breadcrumb still showing, but make the link in the sitemap invisible or non-clickable?
Reason for this is that...
we dont want users to select some pages from the sitemap (becasue they need to conduct a search first to populate a datagrid) and clicking on the link will only take them to an empty page.
I tried just removing the url, or having a blank title, but that did not work.
could a stylesheet and display=none work perhaps?
snippet:
< siteMapNode title="my title"
description="my description"
url="~/folder/mypage.aspx" >
< / siteMapNode >
Is it possible to have the breadcrumb still showing, but make the link in the sitemap invisible or non-clickable?
Reason for this is that...
we dont want users to select some pages from the sitemap (becasue they need to conduct a search first to populate a datagrid) and clicking on the link will only take them to an empty page.
I tried just removing the url, or having a blank title, but that did not work.
could a stylesheet and display=none work perhaps?
snippet:
< siteMapNode title="my title"
description="my description"
url="~/folder/mypage.aspx" >
< / siteMapNode >