Completed
Last Updated: 24 Jun 2024 15:17 by ADMIN
Created by: David
Comments: 0
Category: PanelBar
Type: Bug Report
0

Bug report

Regression with 2023.1.314

PanelBar dataItem() method does not return the data item

Reproduction of the problem
1. Open next Dojo: https://dojo.telerik.com/EjIQaSaL

2. Select an item from the Panelbar and expect the console

Expected/desired behavior

panelBar.dataItem(".k-item:first"); shall return the data item


Environment
Kendo UI version: 2023.1.314 or newer
jQuery version: x.y
Browser: [Chrome XX]

Completed
Last Updated: 23 Aug 2021 12:24 by ADMIN
This is a must have. Sooner rather than later please!
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.

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
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.
Completed
Last Updated: 26 Nov 2019 08:17 by ADMIN
Release R1 2020
When you place a <label> inside the template of a panelbar, and click on that label, the select event fires twice instead of the expected once.

Note: works as expected on collapsible items, only items without children exhibit the problem.

Reproduction of the problem
reproducible: https://dojo.telerik.com/OXazIKUq

Expected/desired behavior
the event keeps firing only once as if you clicked on any place in the item outside of the label.

Potential workaround: https://dojo.telerik.com/@bratanov/otIVuNag

 

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).