Questions tagged [kendo-panelbar]

The Kendo PanelBar is a Kendo widget that displays hierarchical data as a multi-level, expandable widget that is useful for constrained areas of a page.

The PanelBar displays hierarchical data as a multi-level, expandable widget that is useful for constrained areas of a page. Its structure may be defined in HTML or configured dynamically through its API. The content for items can also be loaded via AJAX by specifying a content URL.


Related tags

56 questions
5
votes
1 answer

Kendo UI panelbar

I'm new with Kendo UI PanelBar. I would like to expand the panelbar using javacript when the user click on a button. Thanks for your help. @(Html.Kendo().PanelBar() .Name("TestBar") .Items(panelbar => { …
user1628292
  • 197
  • 1
  • 5
  • 15
4
votes
2 answers

How to prevent Kendo Panelbar from collapsing when I click button which is places on the panelbar itself

I have a button which is placed on Kendo Panelbar. I was writing a jQuery function so that when user clicks on the button panelbar does not collapse. Other logic that I put on is that there is no post-back when button is clicked. I can't get this to…
HereToLearn_
  • 1,150
  • 4
  • 26
  • 47
2
votes
1 answer

How do you toggle a checkbox on a Kendo UI PanelBar that can expand or collapse?

I am trying to make a panel bar with several expandable options with checkboxes at each level. The problem I am running into is that if you click on a checkbox that is part of an expandable panel, the checkbox does not toggle. Below is a simplified…
TJ Rockefeller
  • 3,178
  • 17
  • 43
2
votes
1 answer

How to make an

This is an unfortunate question, but I don't see any other way around it. Basically, I am using Kendo UI panelbar to create expandable lists. The problem is, when you use an
    as the sublist, the panelbar functionality doesn't work. Example in…
AlbatrossCafe
  • 1,710
  • 6
  • 26
  • 49
2
votes
0 answers

Can't use keyboard in IE 11 to navigate Html.DropdownListFor when it is within a Kendo Panelbar

I use an Html.DropdownListFor from within a Kendo Panelbar (Html.Kendo().PanelBar()) in Razor MVC. I can use the up and down arrows on my keyboard to switch between the different items in the dropdown in Chrome and Firefox, but I can't do it in IE…
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
1
vote
0 answers

How to customize the KendoUI panelbar in angular

I am working with Kendo panelbar in angular. I want to customize the panelbar so that it doesn't collapse when I click on the panelbar except for the down arrow icon. Could you please help me with that?
1
vote
1 answer

JavaScript search bar with Kendo UI Panelbar

Can someone please help me with search bar for Kendo UI Panelbar. When search I want it display on type='program'. Example if I search account the programs that have account words should appear. Currently it not working at all. It just expand all…
Nixoderm
  • 355
  • 4
  • 23
1
vote
0 answers

Scrolling inside Kendo PanelBar in IE creates vertical lines defect

I have created a page which is using Kendo PanelBar. Inside of the bar I have a table: I'm working on the page that has a Kendo(Telerik) Panelbar that contains a table inside. This is the html:
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) …
1
vote
1 answer

asp.net mvc kendo panel bar

the current expand mode of my panel bars is multiple i couldn't change it to single i've tried with this instruction ExpandMode(Kendo.Mvc.UI.PanelBarExpandMode.Single); but i don't know its right place ! this is my code : @model…
KhaoulaAtallah
  • 759
  • 1
  • 6
  • 16
1
vote
1 answer

Display SpriteClass using Font-Awesome in Kendo Panel Bar

I'm having a trouble on displaying in Kendo Panel Bar cause it only uses and Is it possible to use Font Awesome in Kendo Panel Bar? Code for displaying

PanelBar with…

Yuu
  • 619
  • 3
  • 13
  • 34
1
vote
2 answers

Knockoutjs kendoPanelBar not working when looping through a list

Does anyone know what's happening with my code wherein I can't seem to get kendoPanelBar working with a code like this:
  • James
    • Age:…
confused
  • 179
  • 12
1
vote
1 answer

Count Panels (items) in a Kendo PanelBar

I use the JavaScript code below to insert items, how can I count how many there are?