Unplanned
Last Updated: 29 Feb 2024 10:00 by arun
Created by: Werner Haltner
Comments: 5
Category: ListBox
Type: Feature Request
14

Hi,

It will be a good component enhancement if selection and multi selection was introduced to the ListBox component. Like Kendo UI for React and jQuery:

https://www.telerik.com/kendo-react-ui/components/listbox/selection/

https://docs.telerik.com/kendo-ui/api/javascript/ui/listbox/configuration/selectable

Thank you for your consideration.

Declined
Last Updated: 12 Jan 2024 15:26 by ADMIN

Currently kendo ListBox does not support double click event.

Implement kendo ListBox in Angular.

Double click on a row.

No event is emitted.

Unplanned
Last Updated: 10 Mar 2023 13:10 by Thomas

Hi, Team!

As of now, the selectItem method selects an item in the ListBox, however, when the element is located at the bottom of the component and is hidden because of the scroll, the method only selects the item but does not scroll to it. I would like to have the method scroll the ListBox to the selected item. 

Unplanned
Last Updated: 25 Apr 2022 08:35 by Lance
Created by: Lance
Comments: 0
Category: ListBox
Type: Feature Request
2

Please provide form support to the ListBox control.

Use Case:

Suppose you had an application that held information about employees.  There could be an employee table (Employee) with general information, a table with a list of skills (Skills) and a table that cross references the employees to their skills (EmployeesSkills).  The application could have a screen where you edit the employee record.  This screen could have a listbox which is filled with the data from the skills table.  The user selects the skills in the listbox relevant to the employee.  When the record is saved the skills selected are saved in the EmployeesSkills table (EmployeeId, SkillId).

There are other controls that can do this such as the MultiSelect control but the nice thing about the ListBox is you can see the items available and selected without having to open a dropdown.