Hello,
I am trying to populate a panelBar client-side.
Basically I have one item header with possible multiple sub items. What I try to do is fill the list of Sub-items in the panel bar based on items the user selects on a different control.
I read the
Client API and I see stuff about howto select a PanelBar and howto expand its items etc.
What we are after is a way to populate a panelBars child items Client side, I guess we could use JQuery to add <li> items, but this is not the most elegant approach.
Is there a way to populate a panelBar client side? Or possibly bind it Client side as can be done with the Telerik ComboBox?
Thanks in advance!