Completed
Last Updated: 07 May 2019 09:57 by ADMIN
Release R2 2019
Stefan
Created on: 14 Dec 2018 16:31
Category: MultiColumnComboBox
Type: Feature Request
2
MultiColumnComboBox: Add support for spaces between strings when searching
 
4 comments
ADMIN
Martin Ivanov
Posted on: 28 Dec 2018 11:49
Hello Emilio,

Thank you for sharing the additional information. When we start working on this item we'll take into the account the provided feedback. Also, if we think of something additional to ask we will let you know here.

In the meantime, if you have something additional in mind please don't hesitate to share it.

Regards,
Martin Ivanov
Progress TelerikWant to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Emilio
Posted on: 21 Dec 2018 18:53

Hello Stefan,

I'm trying to replace our current use of your ComboBox control with this new MultiColumnComboBox.  In the ComboBox, when searching for a multi-word string you don't need to put quotes around your term.  I'm not completely sure what you mean by the cell or the whole row.  Perhaps I'm just talking about a cell because in my application I want the searching to happen on just one of the columns of the multi-column box.

Hope that helps, and thanks,

Emilio

ADMIN
Stefan
Posted on: 21 Dec 2018 12:25
Hi Emilio,

Can you please clarify whether you refer to having control over the search operator for the cell, or for the whole row? Based on your inquiry I get the impression that you refer to the cell, but can you please confirm? Also, the searching mechanism of RadMulticolumnComboBox is equivalent to the one of RadGridView. So, for example you can search for the exact same value by adding quotes to the search criteria. Please, take a look at the Modifying the Search Criteria section for further reference.

Regards,
Stefan
Progress TelerikWant to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Emilio
Posted on: 14 Dec 2018 17:08

Related to handling spaces, it would be good to be able to have a say in whether it's using an AND or and OR.  If I type "Hot tea" in the search box, I want it to narrow down the possible items to just those that have both terms.  I wouldn't want to see items that only have one of the words.

Also, I'd want the order of the search results to start with items that contain the whole string, spaces and all.

Thank you!