Posted
on Nov 5, 2010
(permalink)
I'm looking for example code of how to have the expand/collapse, styling, hovering, etc functionality that is included out of the box while using the ItemTemplate. The PanelBar loses all its functionality (expand/collapse, skins, css, etc) as soon as you declare an ItemTemplate section. I would like to restore that same functionality inside the ItemTemplate but need to find out where I can get it.
I cannot use the default html that the PanelBar renders for items because the entire row is a single anchor tag and I need various anchor tags on my row, and they obviously cannot be nested. So what I would like to do is start with the default functionality coded into the ItemTemplate, and then edit the html to suit our needs.
Can some one point me to a tutorial/example code on how to restore the default behavior WHILE using an ItemTemplate.
Thanks,
Steve