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: 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: 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,

 

 

 

Completed
Last Updated: 22 Jul 2021 12:31 by ADMIN
In order to be able to use the Paner Bar as an assistant, or to be more polivalent as such, I think that this would be a nice feature to boost the use of Panel Bar
Completed
Last Updated: 22 Jul 2021 09:43 by ADMIN
Created by: Maja
Comments: 1
Category: PanelBar
Type: Feature Request
1
It would be nice If we could bind panel bar with local data properties.

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?
Declined
Last Updated: 25 Feb 2020 14:40 by ADMIN
When PanelBar items are disabled they are greyed out and the controls on them are disabled. It would be nice if the user had the option to disable a panelBar but also enable whether they are still expandable\collapsable. This way the user could make the panelBar replicate a readonly View.
Completed
Last Updated: 13 Jul 2017 09:13 by ADMIN
Created by: Imported User
Comments: 9
Category: PanelBar
Type: Feature Request
63
Add MVVM support for PanelBar, so sections can be added dynamicaly from ViewModel. Currently no MVVM support exists for PanelBar, but there is already MVVM support implemented for TreeView (both of them use hierarchical datasource).
Completed
Last Updated: 23 Aug 2021 12:24 by ADMIN
This is a must have. Sooner rather than later please!
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: 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
Completed
Last Updated: 22 Jan 2020 11:01 by ADMIN
Created by: Alex
Comments: 4
Category: PanelBar
Type: Feature Request
14
It would be awesome if the PanelBar had data binding capability like treeView.
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: 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.
Completed
Last Updated: 13 May 2021 08:02 by ADMIN
Created by: Imported User
Comments: 6
Category: PanelBar
Type: Feature Request
9
Fixed height accordians / panels.

http://jqueryui.com/demos/accordion/#fillspace