Declined
Last Updated: 11 Mar 2021 15:52 by ADMIN
william
Created on: 19 Feb 2014 16:59
Category: Kendo UI for jQuery
Type: Feature Request
4
Add multi-select to PanelBar
We need to have multi-select added to PanelBar to support our customers.....
5 comments
ADMIN
Ivan Danchev
Posted on: 11 Mar 2021 15:52

Hello,

Feature request closed due to lack of interest.

The PanelBar has a "multiple" expand mode, which allows multiple items to be expanded at a time: https://docs.telerik.com/kendo-ui/api/javascript/ui/panelbar/configuration/expandmode

Regards,
Ivan Danchev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Telerik Admin
Posted on: 21 Feb 2014 17:41
Bill, can you tell in what scenario(s) you would need panelbar with multiple selection? 

Also do you know of other javascript panelbar/accordion widgets which support this feature?
william
Posted on: 21 Feb 2014 16:20
The users wanted to be able to expand/collapse the data based on a header value (in this case employee).  So an employee is shown in the panelbar headers while the items are orders, and the details of those orders.  I don't think an html select element can do all of this unless it was repeated many times, and then that's really defeating the reason I'm using a Kendo widget.
ADMIN
Telerik Admin
Posted on: 21 Feb 2014 15:50
Thanks for the explanation. 

Since the panelbar widget is meant for navigation scenarios mainly, wouldn't it be more meaningful to use html select element with multi-selection in this case? I am trying to understand why you would need a panelbar for this particular scenario.
william
Posted on: 21 Feb 2014 15:37
If the user wants to select multiple items and then perform some action , say from a button on the header.  This can probably be achieved by adding a class to the line in the "select" callback on the panelbar, but would be a nice feature to have in the product as a standard option.

I don't know of other widgets that support this, but I really haven't looked around. We are trying to stick with Kendo widgets as our first choice.