Hello Alex,
The so called full-expanded-item mode of the PanelBar, is currently not supported. This is the mode that makes the widget have the same height no matter which item is expanded.
So using custom Javascript and appropriate events to resize the PanelBar are required. You may try setting explicit height styles to the following two elements to see if this will facilitate your work:
- If a template is used, you can set height to its wrapper. For example, this is the <div> with the 10px padding inside the first root item:
http://demos.kendoui.com/web/panelbar/index.html
- if normal nested item groups are used, you can set height to the inner <ul> elements.
If you need further assistance, please submit a support ticket. Make sure to include some code snippets or a demo, so that we can better understand what your scenario is.
All the best,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!