Unplanned
Last Updated: 25 Feb 2020 14:30 by ADMIN
Created by: Anders Bengtsson
Comments: 0
Category: PanelBar
Type: Feature Request
23
On the panelBar I want to set orientation to horizontal. This would make many nice design oppertunities.
Unplanned
Last Updated: 25 Feb 2020 14:39 by ADMIN
Created by: Roman
Comments: 0
Category: PanelBar
Type: Feature Request
11
Originally jQuery UI accordion control has such property for filling free space of parent control and stretching appropriate accordion item to fill this space. Will be really nice to have this functionality in KendoUI PanelBar control. For now the workaround is to calculate space and set it trough JavaScript which is really naive solution.
Unplanned
Last Updated: 01 Oct 2021 04:58 by ADMIN
Created by: Martin
Comments: 0
Category: PanelBar
Type: Feature Request
2
Allow each item in a PanelBar to be named via Name() and then allow access to the items with alternatives like:
var pb = $("#panelBar").data.("kendoPanelBar");
var item = pb.Items("myName");

or 

var item5 = pb.Items(5);

Further, make the expand. collapse, select methods become methods of the item so that....

$("#panelBar").Items("myItem").expand();

is the way it is done.

I am sure the same principle can be applied to other widgets like Menu, for example.
Unplanned
Last Updated: 30 Aug 2021 20:36 by ADMIN
Created by: Timo
Comments: 0
Category: PanelBar
Type: Feature Request
2

Hi Team,

I'd like to request to include a Header Template for the Kendo UI PanelBar.  For example, I'd like to include a Kendo UI ComboBox in the Header but it's not accessible with a HeaderTemplate configuration. 

Thank you!

Unplanned
Last Updated: 25 Feb 2020 14:41 by ADMIN
Created by: Ivan
Comments: 0
Category: PanelBar
Type: Feature Request
1
I have same problem as this guy 

http://www.kendoui.com/forums/ui/panelbar/expand-all.aspx

Via some tricky magic I managed to expand just first sublevel

It will be nice to have an option to render all panelBar item sublevels expanded and a method expandAll
Unplanned
Last Updated: 03 May 2019 06:22 by ADMIN
Created by: Marcus Eddy
Comments: 4
Category: PanelBar
Type: Feature Request
1

Hello Support,

 

I am using kendo UI panel bar in my page and showing charts into it so I just want to add pagination into too. I have explored to get a solution for this but no luck so could you

please provide me the solution for the same.

 

Thanks,

 

 

 

Unplanned
Last Updated: 27 Jul 2023 12:49 by Nathan
Created by: Nathan
Comments: 0
Category: PanelBar
Type: Feature Request
1


Presently, the select event cannot be cancelled. If a user attempts to select a panelbar item, the element will be selected no matter what.

There are scenarios in which it would be helpful to prevent the selection through the select event. For example, if you want the selection to occur only when you click on a particular part of the item. Or if you want to stop the selection based on the title/text of the panel.

Unplanned
Last Updated: 17 Jun 2021 10:39 by ADMIN
Hi there

We have a panel bar in a fixed size container.  The trouble is that when you scroll using the arrow keys, the active item does not come into view and you continue to scroll until you come back to the top.

Please see this dojo.  By selecting the panel bar and pressing the down arrow key a number of times you can scroll out of the container without knowing what item has focus.

Is there anyway to get the active item within the panel bar to be visible when you scroll to an item below (or above) the confines of the container?