Unplanned
Last Updated: 17 Aug 2024 09:20 by Roger
Created by: matt
Comments: 1
Category: PanelBar
Type: Feature Request
6

Currently, the PanelBar does not have a concept for selection. When I click on an item, it looks like "selected" due to the background but there is no way I can save that selection or set it programmatically if I need to retrieve the selected state at some point.

===

ADMIN EDIT

===

For the time being, you can use the OnItemRender event and some custom CSS to visually mark the desired item as selected: https://blazorrepl.telerik.com/GobwQhly107nUDoZ51.

If you need to get the item that the user last "selected", you can use the OnItemClick event as we mark the item as selected when the user clicks on it.

Duplicated
Last Updated: 15 Nov 2023 12:31 by ADMIN
Created by: Rick
Comments: 1
Category: PanelBar
Type: Feature Request
3
While I find that many of your controls are useful; the ones I really want to use.  Accordion, Drawer, and Menu are limited to being data bound only.  I would really like the ability to make items in a declarative format.  Can you please consider this for future builds?
Completed
Last Updated: 30 Jun 2022 08:03 by ADMIN
Release 3.5.0
Created by: Srinivasan
Comments: 0
Category: PanelBar
Type: Feature Request
0

Currently, it is possible to expand or collapse PanelBar items programmatically.

There should be a way to prevent a specific PanelBar item from collapsing or expanding.

Please expose cancellable OnExpand and OnCollapse events similar to other components. This will give developers the ability to apply custom interaction based on their scenario.

Unplanned
Last Updated: 02 Aug 2021 12:25 by ADMIN
Created by: Diana
Comments: 0
Category: PanelBar
Type: Feature Request
1
I want to set the height of my panelbar and have longer content scroll.