Telerik Forums
Kendo UI for Angular Forum
2 answers
28 views
kendo-panelbar-item have no space around them when rendered on small screen (576px wide).
Sergey
Top achievements
Rank 1
Iron
 answered on 26 Feb 2025
0 answers
61 views

Hi,

I set up a panelbar with collections:

<kendo-panelbar [items]="menuItems"> </kendo-panelbar>

I searched the forum and as for now, unfortunatelly, there is no way to use our svg icons from the assets

folder.

Instead I had to define it in a ts file with the appr. interface and use it from there. Which is in case of many

icons a bit cumbersome.

For our rescue there is also the kendoPanelBarItemTitle. I saw the example, but it shows,

how to use the template, if we declare the items in the html file. So the question is, can I use

somehow the title template to show some span elements in the title with the collection approach?


horváth
Top achievements
Rank 2
Iron
Iron
 updated question on 12 May 2024
1 answer
110 views
Is there any option to manage Kendo Panel bar expand mode, in desktop Panel bar will be in expanded mode and in mobile it will be collapsed mode.
Simeon
Telerik team
 answered on 01 Nov 2023
1 answer
165 views

Hi there, I'm hoping that someone might be able to help me - at present we are utilising the default kendo UI for angular in our project.

However, I need to try and overwrite one specific component (the panelbar header and its selected styles).

I do not want this overwrite to affect other UI elements of the same kind - at present I have a local component file, a HTML file with the panelbar within and a SCSS attached to affect its styling. However, no amount of targeting is letting me overwrite the styles of the panel bar.

Ideally I just need the background to be transparent and text to be grey.

local.HTML

<div class="panelbar-wrapper">
    <kendo-panelbar>
        <kendo-panelbar-item 
        title="Record Control & Reply Bits" [expanded]="true">
            <ng-template kendoPanelBarContent>

</ng-template>
</kendo-panelbar-item>
</kendo-panelbar>
</div>

local.SCSS File:
.k-panelbar .k-panelbar-item.k-panelbar-header.k-level-0 .k-link.k-selected{
        
         background-image: none !important;
         color: #303030 !important;
         background: transparent !important;
        
}
    .k-panelbar .k-panelbar-item.k-panelbar-header.k-level-0 .k-link{
        color: #303030 !important;
        
}    

Any help would be really appreciated. 

Yanmario
Telerik team
 answered on 28 Dec 2022
0 answers
145 views

I'm trying to target a panel bar and overwrite the kendo default styling on the header for just this one specific component using a local SCSS file. Unfortunately, no level of targeting seems to affect the actual component on the page. At present the default UI theme is in place, I'm looking to implement the following styling if possible to make the background transparent and look as below:

Any help would be really appreciated!

local.html

<div class="panelbar-wrapper">
    <kendo-panelbar>
        <kendo-panelbar-item
        title="Example" [expanded]="true">
            <ng-template kendoPanelBarContent>

local.scss

.k-panelbar .k-panelbar-item.k-panelbar-header.k-level-0 .k-link.k-selected{
       
                background-image: none !important;
                color: #303030 !important;
                background: transparent !important;
       
}
    .k-panelbar .k-panelbar-item.k-panelbar-header.k-level-0 .k-link{
        color: #303030 !important;
       
}    
Olivia
Top achievements
Rank 1
 asked on 22 Dec 2022
1 answer
119 views

Hi Team,

I'm currently working with kendo grid and panel bar components using Angular. My application has multiple panel bars with each panel bar containing a kendo grid with Filter Menu options. My issue is such that while I try to use the filter in the first grid and then move on to the second grid and try to filter the options the filter menu automatically closes without filtering the values.

The feature works just fine when I'm handling filters in a single grid. The issue is when I try to use the filters with more than one grid on that page. Please assist.

Thank You.

Martin Bechev
Telerik team
 answered on 04 Nov 2021
1 answer
109 views

Hi Team,

Im looking for a particular feature while using the Kendo panelbar.

My requirement is such that while using a kendo grid within the panelbar im trying to filter the results using the filter boxes in the grid. During that state when I try to collapse and expand the panelbar I want the values to stay in the filter boxes and also the grid needs to display the filtered results itself. Currently on collapsing the expanding the panelbar the values are cleared and the grid results are reset to initial state without being filtered.

Kindly let me know regarding this or you could also forward me the appropriate point of contact.

Thank you,

Martin Bechev
Telerik team
 answered on 03 Nov 2021
2 answers
507 views

I have a sidebar menu with a panelbar and i use the routerlink to navigate to components.

When i click a panelbar item the background changed - class k-state-selected was added. Can i prevent that?

Michael
Top achievements
Rank 1
Veteran
Iron
 answered on 31 May 2021
0 answers
59 views
I have a lot of panelbar item those are being rendered dynamically using a loop.I want to expand any one of the panelbar from component based on some predefined logic.How to I expand that particular panel bar from my component.

It would be better if we could scroll down to the exactly expanded panelbaritem
Sarthak
Top achievements
Rank 1
Veteran
 asked on 04 Mar 2021
6 answers
1.1K+ views
Hi,
I've tried to implement navigation using PanelBar, as shown here: https://www.telerik.com/kendo-angular-ui/components/layout/panelbar/routing/.
My question is: How to style PanelBar items? I can't find any information about that, and my simple css attempts didn't work.
Is there a better component to implement this feature? 
Hetali
Telerik team
 answered on 17 Feb 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?