This question is locked. New answers and comments are not allowed.
I recognize that the TabStrip does not support heirarchical navigation in the TabStrip itself. That being said, is there a way to accomplish this:
I have a SiteMap kind of like the following:
Page 1
-- Page 1 Sub Page 1
-- Page 1 Sub Page 2
Page 2
-- Page 2 Sub Page 1
-- Page 2 Sub Page 2
If I navigate to Page 1 or Page 2, the TabStrip correctly identifies the Tab. If I go down further (via the page itself or some other means) in the Site Map structure it loses track. I think I can accomplish this via jQuery but I'm trying to figure out how to get it to select the appropriate tab without the redirect when I select "Page 1" or "Page 2" tabs.
I have a SiteMap kind of like the following:
Page 1
-- Page 1 Sub Page 1
-- Page 1 Sub Page 2
Page 2
-- Page 2 Sub Page 1
-- Page 2 Sub Page 2
If I navigate to Page 1 or Page 2, the TabStrip correctly identifies the Tab. If I go down further (via the page itself or some other means) in the Site Map structure it loses track. I think I can accomplish this via jQuery but I'm trying to figure out how to get it to select the appropriate tab without the redirect when I select "Page 1" or "Page 2" tabs.