Hi - I have a list of domain object called D with properties Name and Id as well as others.
Now, I want to have the RadPanelBar display this list of Items as follows:
[d1.Name ^]
<TemplateItem>
showing detailed information about d1.
</TemplateItem>
[d2.Name ^]
<TemplateItem>
showing detailed information about d2.
</TemplateItem>
etc.
I cannot get RadPanelBar to give me this list with the collapse option.
The list D's is dynamic and I currently set it directly on the DataSource property of RadPanelBar.
Can anyone point me to a solution or offer any help?
Regards
Thomas