Completed
Last Updated: 13 Jul 2021 13:52 by ADMIN
Created by: Barry
Comments: 2
Category: ComboBox
Type: Feature Request
0
See ticket 1430088, angular combobox component should support a high property.
Completed
Last Updated: 02 Jun 2021 12:43 by ADMIN
Created by: Karim
Comments: 1
Category: ComboBox
Type: Feature Request
1

We are desperately searching for a MultiColumnComboBox and I am very surprised that it is not part of the Kendo Angular components.
The MultiComlumnComboBox is one of the most important components and a lot of people deal with it everytime. We have lots of models for which a single text is not enough and doesn't really tell the user anything about the dataset

Example:

Let's say we have a company table in the db like the following:

+----+---------+---------+----------+
| Id |  Name1  |  Name2  |  Name3   |
+----+---------+---------+----------+
|  1 | Porsche | USA     | New York |
|  2 | Porsche | USA     | Boston   |
|  3 | BMW     | Germany | Munich   |
+----+---------+---------+----------+

If I just display the Name1 in the ComboBox, no one will know the difference between 1 and 2. Sure, I could work around by just putting them into a textfield of a DTO, separated by a dash but that will look really nasty as they won't be aligned properly.

We would highly appreciate if this component gets added as it is already in jQuery, ASP .Net Core, ASP .Net MVC, WPF and WinForms.

Thanks!

Completed
Last Updated: 09 Jun 2020 14:15 by ADMIN
Created by: Andrew
Comments: 3
Category: ComboBox
Type: Feature Request
24
Please add grouping to combobox and dropdown for feature parity with kendo for jquery.

I would like to migrate from kendo jquery to kendo angular but the lack of group by is a major problem