I have an area of my web page that I want to expand/collapse. I would like to be able to have a panel bar that has one item, that I can expand and collapse. Is this possible? If not, is there a comparable control I could use instead?
1 Answer, 1 is accepted
0
Accepted
Atanas Korchev
Telerik team
answered on 11 Sep 2008, 02:02 PM
Hello Samantha,
Yes this is possible. Just create a panelbar with one item which has one child item. The child item will be collapsed. If you need to add any child controls you should use the ItemTemplate of the innermost panel item.