Unplanned
Last Updated: 31 Jan 2023 14:17 by Danijela
Created by: Ingerid
Comments: 2
Category: MultiColumnComboBox
Type: Feature Request
3

I use Kendo MultiColumnComboBox in a form. It's configured such that the user would type in some letters, search results will occur and the user can select the correct one. Then the ID number of the selected option would be saved to an int.

My problem occurs if the user for some reason was to not select one of the options, but instead write in a random text string and click the Submit button of the form. Then the program would try to save that string to an int variable, which would result in the quite unhelpful error message "The value 'Same random string' is not valid for RestaurantId". Even worse, if the user was to write in a random number that did not correspond to a RestaurantId, the web page would break.

I think it would be nice if MultiColumnComboBox had some built-in handler for those cases where the user input does not match any of the options in its dropdown list.

Unplanned
Last Updated: 22 Jan 2024 09:55 by Amit
Created by: Amit
Comments: 0
Category: MultiColumnComboBox
Type: Feature Request
3
Please add excel-like filter for the MultiColumnComboBox.
Unplanned
Last Updated: 20 Aug 2021 08:23 by ADMIN
Created by: Irene Alpen
Comments: 3
Category: MultiColumnComboBox
Type: Feature Request
2
MultiColumnComboBox need support MultiSelect item?
Unplanned
Last Updated: 07 Jul 2020 05:28 by ADMIN
Created by: Jason Feng
Comments: 0
Category: MultiColumnComboBox
Type: Feature Request
2
Is there a way to make the grid in MultiColumnCombox scrollable horizontally? The users will have problems when viewing the MultiColumnComboBox from a phone browser when the width of each column in its popup is large.