Unplanned
Last Updated: 02 Sep 2024 07:27 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: MultiColumnComboBox
Type: Feature Request
1

Currently, the columns of the MultiColumnComboBox do not support built-in functionalities for user manipulation like sorting, resizing, etc., similar to the Grid component for example. The only available approach for achieving this is by implementing a Grid component in the popup of a ComboBox component through a template:

Please provide the ability to sort, resize, etc. the columns of the MultiColumnComboBox. 

Unplanned
Last Updated: 26 Mar 2021 07:50 by ADMIN
Created by: Christoph
Comments: 1
Category: MultiColumnComboBox
Type: Feature Request
16

The multi column combo box is great to show users some more details (and it looks better than simple select fields).

Feature request: Add option "multiSelect: boolean"

Expected behavior:

* Users can select multiple values

* Selected values are visualized as chips (same behavior as existing MultiSelect component)

* To select an item, users open the dropdown multiple times and select one item to add to list of selected items