I have a PanelBar that is getting populated client-side via JS. Below is a code example:
This seems to serve it's purpose, I can inspect the root item after the loop and can see all the added child items.
The problem is when I click on this RadPanelBar root item, nothing happens. The "expand/collapse" icon switches on click and any expand/collapse/click events are fired as normal, just no child Items are shown. I have tried almost everything.
Even when adding the RadPanelItems statically at design time, I see the same problem.
This also has the same outcome, can't expand to see the child item.
Any ideas? Am I missing something?