Completed
Last Updated: 08 Apr 2022 06:17 by ADMIN
Created by: ITSAM
Comments: 7
Category: PanelBar
Type: Feature Request
10
Need a handler to prevent opening and closing of kendo panel bar. It is present in tabs but not in panels
Completed
Last Updated: 01 Apr 2021 07:02 by ADMIN
Created by: Gary
Comments: 1
Category: PanelBar
Type: Feature Request
3
I'd like to be able to create a custom template for the PanelBar control's header (the actual bar portion) kind of like what I can do with the ngb-accordion control (https://ng-bootstrap.github.io/#/components/accordion/examples):

<ngb-accordion [closeOthers]="true">
	<ngb-panel *ngFor="let something of somethings">
		<ng-template ngbPanelTitle>
			Custom header content
		</ng-template>
		<ng-template ngbPanelContent>
			Some custom content
		</ng-template>
	</ngb-panel>
</ngb-accordion>

There's lots of content I would like to be able to include beyond just a simple icons and simple text. I might need links with ties to analytics to track expansion or maybe a "new" and/or "draft" icon positioned to the right of the text to indicate that it's a new item or a draft item, etc.
Completed
Last Updated: 08 Apr 2022 06:04 by ADMIN
Created by: shoy
Comments: 0
Category: PanelBar
Type: Feature Request
2

Hi,

Please provide the item as a context argument from the PanelBarItemTitle template.

thanks

Completed
Last Updated: 21 Mar 2022 12:31 by ADMIN
Created by: shoy
Comments: 0
Category: PanelBar
Type: Feature Request
1

Hi,

Please provide an option that allows to assign title and content templates via input properties of the PanelBar component itself (much like the TreeView component with 'nodeTemplate' and 'loadMoreButtonTemplate').

thanks

Completed
Last Updated: 08 Apr 2022 06:08 by ADMIN
In Panelbar , when we set expandmode set to 'single' it do not toggle the item . it only works with expandmode 'multiple'. 

We should also allow to toggle a panelbar item in 'single' mode 
a use case could be -i want to close all of the items in single mode