Questions tagged [panelbar]
20 questions
7
votes
3 answers
is there a way to collapse all the panels of Kendo Panelbar, on an action?
I am working on an app where i am adding panelbars (multiselection) using JSP Wrapper (which means no ID to each of the panels), and inside those have the grids.
The grids are storing data specific to the selected person, who are displayed as list…

nick
- 185
- 2
- 2
- 10
5
votes
2 answers
Kendo Panel Bar Change collapse icon
Hi was trying hard to replace the kendo panel bar expand and collapse icon with bootstrap glyphicon-chevron-right. One way I can think is using javascript, literally replacing each and every state of icon. I have also noticed that kendo panelbar…

user1375481
- 309
- 1
- 8
- 19
3
votes
3 answers
KendoUI PanelBar remember expanded items
I try implement Kendo UI PanelBar (see http://demos.kendoui.com/web/panelbar/images.html) If I open some items (Golf, Swimming) and next click to "Videos Records", I have expanded items. But when I do refresh page (click on some link), all expanded…

czWolfHunter
- 387
- 2
- 5
- 17
2
votes
1 answer
Kendo PanelBar with AngularJS ng-Repeat does not render correctly on modifying datasource
I have problems with Kendo PanelBar in combination with ng-repeat and modifiying dynamically the datasource!
You can see a small demo here:
http://trykendoui.telerik.com/@IT-SCHMITZ/OrEK/2
After clicking the button "Add new album" you can see, that…

Daniel C.
- 569
- 2
- 7
- 19
2
votes
2 answers
How to set a specific height for a PanelBar?
Is there a way to set the panel bar to a specific height (ie. 300px), and make that specific section scrollable if it's too long?

kob490
- 3,177
- 4
- 25
- 40
2
votes
1 answer
Javascript - Dynamically added checkboxes not working as expected in Kendo Panelbar headers
I have this fiddle which works when adding static checkboxes.
I'm creating the checkboxes for the accordion panels like so:
liID = "tab" + x;
$("

Phillip-juan
- 546
- 4
- 29
1
vote
1 answer
Kendo Panelbar MVC - Trying to Open Popup by clicking on a menu item
In my program we have Kendo Panel bar which shows menu, i want to open a dialog box/ popup window when user clicks on any menu child item.
@(Html.Kendo().PanelBar()
.Name("panelbar")
.ExpandMode(PanelBarExpandMode.Single)
…

Savan Parmar
- 21
- 7
1
vote
1 answer
Rename selected Kendo PanelBar
How would you rename the currently selected PanelBar.
I have a select function that works, this method removes the selected panelBar
panelbar.remove(panelbar.select());
This method renames the first…

Andy
- 299
- 1
- 2
- 13
1
vote
2 answers
Does Kendo UI PanelBar support HierarchicalDataSource?
Does Kendo UI PanelBar support HierarchicalDataSource?
I have code that works for Kendo TreeView but if instead of a TreeView I tell it to build a PanelBar, no control is constructed.
I am using 2012 Q3 -- Is this even supported or am I trying…

Matt
- 25,943
- 66
- 198
- 303
1
vote
1 answer
CSS bug with KendoUI PanelBar on IE10?
Is there a CSS bug using KendoUI PanelBar on IE10 ? When I try the demo on all other browsers, it works perfectly, but with ie10, items are shown with extra space.
any workaround ?

David
- 25
- 3
0
votes
1 answer
How to split text in a Kendo PanelBar?
panelbar.Add()
.Text(string.Format(Common_Formats.CopyRight, DateTime.Now.ToString("yyyy"), Version.ToString())).
Common_Formats.CopyRight is a string read from the .resx file:
© {0} ABC Systems Inc.
All rights reserved. V: {1} I put…
All rights reserved. V: {1} I put…

sony
- 1,453
- 3
- 35
- 79
0
votes
1 answer
Give Kendo UI PanelBar li element an id from dataSource
I want to bind an id from my datasource to each li element for a PanelBar so I can use this id later to expand a given node.
Is this possible?

NKnusperer
- 974
- 1
- 11
- 31
0
votes
1 answer
How can I fill kendo panelbar by datatable from controller in MVC c#
I not found any demo in kendo UI for binding with remote source!

mojtaba rezaee
- 15
- 1
0
votes
1 answer
KendoUI PanelBar Expand is not working
I want to expand all kendoui panelbars on singleclick of button. i have used a class for initialization of panelbars and i have used the following logic for the same.
please help me as soon as possible.
var ptemp =…

user2596356
- 1
- 1
- 1
0
votes
2 answers
Javascript - Dynamically added tabs not seen as tabs in Kendo panelbar
Ok, first off I read in an encrypted file as my DataSource, which is then converted to an XML String.
The data displays properly in my grids, except that the panels which are dynamically added to the panelbar does not seem to act as such as seen in…

Phillip
- 63
- 7