The control should allow customizations in its filtering functionality, for example, the developers should be able let RadComboBox match "Ã" when the user types "A".
6 comments
ADMIN
Geri
Posted on:27 Feb 2015 08:26
Available in the 2015 Q1.
Florian
Posted on:26 Aug 2013 11:57
+1
Timo
Posted on:23 Aug 2013 02:10
That is an importent feature for me too. I want to implement an filter with a "Jaro–Winkler distance" so that if the user enters "gemani" it will find "Germany". For that it is nessary to change the way the control will filter. But currently i do not know
Markus
Posted on:22 Aug 2013 02:17
The RadComboBox should provide a way to hook into the selection process, by passing the element to an event or a delegate and letting the users code decide whether the element matches the criteria or not.
Daniel Kassell
Posted on:28 Mar 2012 07:59
Preferably by using CompositeFilterDescriptor or similiar so developers are able to filter through several properties on the dataobjects with And/Or.