Accordion Category Menu

Posted By djjohnson Sun 1 Jun 2014
Add to Favorites1
Author Message
djjohnson
 Posted Sun 1 Jun 2014
Supreme Being

Supreme Being - (25,573 reputation)Supreme Being - (25,573 reputation)Supreme Being - (25,573 reputation)Supreme Being - (25,573 reputation)Supreme Being - (25,573 reputation)Supreme Being - (25,573 reputation)Supreme Being - (25,573 reputation)Supreme Being - (25,573 reputation)Supreme Being - (25,573 reputation)

Group: Forum Members
Last Active: Thu 26 Feb 2015
Posts: 45, Visits: 103
I have a question on the Accordion Category Menu everything works perfect until I add a sub category to the main category. When I add a subcategory the click on the main category only expands the accordion menu and does not link to the products under the main category. The question I have is this by design or is this a bug, because after I add a subcategory there is no way to get to the products under the main category from the accordion menu.

D.J. Johnson
V.P. Development and Operations
NTS Services Corp
DataBackup.com
djjohnson
 Posted Tue 24 Jun 2014
Supreme Being

Supreme Being - (25,573 reputation)Supreme Being - (25,573 reputation)Supreme Being - (25,573 reputation)Supreme Being - (25,573 reputation)Supreme Being - (25,573 reputation)Supreme Being - (25,573 reputation)Supreme Being - (25,573 reputation)Supreme Being - (25,573 reputation)Supreme Being - (25,573 reputation)

Group: Forum Members
Last Active: Thu 26 Feb 2015
Posts: 45, Visits: 103
If anyone else needs this behavior here is how I did it. All i Had to to was add the link in the code behind for the Header in CategoryMenuAccordion.vb.

Dim lnkCatName As New HyperLink()
lnkCatName.NavigateUrl = nodeStarting.ChildNodes(numCounter).Url.ToString()
lnkCatName.Text = nodeStarting.ChildNodes(numCounter).Title.ToString()

'link added to pane
acpCategory.HeaderContainer.Controls.Add(lnkCatName)


D.J. Johnson
V.P. Development and Operations
NTS Services Corp
DataBackup.com

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top