We need to have multi-select added to PanelBar to support our customers.....
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/.
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?
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.
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.
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.