Pending Review
Last Updated: 21 Apr 2026 10:19 by Felix
Felix
Created on: 21 Apr 2026 10:19
Category: Kendo UI for Angular
Type: Feature Request
1
Provide list of selected values to ListBoxComponent

It would be great if the <kendo-listbox> had the possibility to take in a list of selected values, which causes the matching items to be selected.

Currently, the only option I see is to inject the ListBoxComponent as viewChild, and call .select manually, which is quite cumbersome.

Suggestion:

- additionally to the "textField", provide a "valueField" property

- also add a "selectedValues" property, which takes in an array / signal of value properties, which then are automatically selected, whenever its value changes.

See https://www.telerik.com/kendo-angular-ui/components/listbox/api/listboxcomponent

0 comments