This is a migrated thread and some comments may be shown as answers.

Change the behaviour of autocomplete logic.

13 Answers 137 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Julian
Top achievements
Rank 1
Julian asked on 14 Feb 2011, 02:20 PM
Hi guys,
I need your professional support.

The current behaviour of autocomplete logic is to complete typed characters with appropriate string value. I would like to have another behaviour if it is possible: when you type the characters, combobox will show all possible items in dropdown menu of the combobox and user will be able to select the item from the filtered list.

Thanks in advance,
Julian




13 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 14 Feb 2011, 02:29 PM
Hello Julian,

Did you try setting IsFilteringEnabled=true? As far as I can see, it will provide the behavior you need.

Best wishes,
Valeri Hristov
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Julian
Top achievements
Rank 1
answered on 14 Feb 2011, 02:41 PM
Yes I did, it doesn't works.
0
Julian
Top achievements
Rank 1
answered on 15 Feb 2011, 10:21 AM
Hi Valera,

Is there any updates ? 

regards,
Julian
0
Valeri Hristov
Telerik team
answered on 15 Feb 2011, 11:06 AM
Hi Julian,

If you are using VirtualizingStackPanel as ItemsPanel the filtering will not work. Otherwise it should work:
http://demos.telerik.com/wpf/?ComboBox/Configurator

Regards,
Valeri Hristov
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Julian
Top achievements
Rank 1
answered on 15 Feb 2011, 11:31 AM
I use virtualization in there.
Is it possible to fix this problem ?
p.s. But I need to have virtualization in case of  big ammount of itmems in there.

regards,
Julian
0
Julian
Top achievements
Rank 1
answered on 15 Feb 2011, 11:54 AM
and what about text autocompletion ? I have an issue with that too.
Lets say that the item in the combo box looks like: 0001 julian forever

when I type 00...it will be autocopleted with 01 julian forever.
when I type julian....it doesn't work, event the TextSearchMode property setted to "Contains"

regards,
Julian
0
Valeri Hristov
Telerik team
answered on 15 Feb 2011, 01:31 PM
Unfortunately the filtering does not work with virtualization and this limitation cannot be workarounded in the current state of the control. We are working on a new version of RadComboBox, that most probably will work as expected (we will have to see if this can be implemented at all), but it will be publicly available as a Beta after the Q1 2011 release in March.

In addition, the TextBox will not autocomplete when TextSearchMode=Contains. The matching item will be highlighted, though, and the user will be able to select it by pressing Enter or clicking the mouse. The autocomplete is limited because there is no way to make double selection in a TextBox, e.g. you cannot have both selected the first several characters and the last several characters in a TextBox.

All the best,
Valeri Hristov
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Josef
Top achievements
Rank 1
answered on 02 Jun 2011, 12:32 PM
>We are working on a new version of RadComboBox, that most probably will work as expected (we will have to see if this can be >implemented at all), but it will be publicly available as a Beta after the Q1 2011 release in March.

Hallo Valeri,
is anything new with this issue?
0
Valeri Hristov
Telerik team
answered on 08 Jun 2011, 09:56 AM
Unfortunately nothing new at the moment. The work on the ComboBox was suspended in favor of RadScheduleView and RadDocking, which are all in the domain of my team.

Regards,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Mike
Top achievements
Rank 2
answered on 02 Oct 2012, 10:18 AM
Hello!

Any News regarding the new Combobox - the lack of filtering in combination with virtualization is really annoying.
0
Ivo
Telerik team
answered on 05 Oct 2012, 06:40 AM
Hello Michael,

A new control named RadAutoCompleteBox will be released with the Q3 2012 version of RadControls for WPF. It will have built in both virtualization and filtering features.

Regards,
Ivo
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Mike
Top achievements
Rank 2
answered on 05 Oct 2012, 08:26 PM
Hello!

Great News! Is there a release date for the Q3 Version?
0
Ivo
Telerik team
answered on 08 Oct 2012, 08:03 AM
Hi Michael,

The Q3 2012 will be released until the end of the month.

Kind regards,
Ivo
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ComboBox
Asked by
Julian
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Julian
Top achievements
Rank 1
Josef
Top achievements
Rank 1
Mike
Top achievements
Rank 2
Ivo
Telerik team
Share this question
or