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

CanAutocompleteSelectItems doesn't seem to do anything

6 Answers 168 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
danparker276
Top achievements
Rank 2
danparker276 asked on 03 Mar 2012, 03:01 AM


With the settings below, it always seems to auto complete for me.  Say I have a value of 20 (list of strings) in my combo box.  If I type '2'  a zero is always put after no matter what I set the CanAutocompleteSelectItems to .  It's also seems to work very differently on different computers sometimes showing the rest of the item selected, and sometimes not.  I'm working on reproducing more issues.  In one case some valid values are '1', '18' and if I type in a '1' and tab out it would give me 18 instead of 1.  I haven't been able to reproduce this on my machine yet.  It would also be nice if you just had an autocomplete box instead of having to guess on all the settings that change throughout different versions.

UPDATE: about '1', '18, if I change the order and but 18 before 1, that's when I get that error. Is there a way to do it without the order being like that?
    <telerik:RadComboBox x:Name="rc1" OpenDropDownOnFocus="False" Margin="5 0 0 0" IsReadOnly="False"
            LostFocus="rc1_LostFocus" SelectionChanged="rc1_SelectionChanged"
            CanAutocompleteSelectItems="False" ClearSelectionButtonVisibility="Visible"
            ClearSelectionButtonContent="Clear" Width="80" IsEditable="True">
 
</telerik:RadComboBox>

6 Answers, 1 is accepted

Sort by
0
Accepted
Georgi
Telerik team
answered on 07 Mar 2012, 03:14 PM
Hello Dan,

It is a known issue and it is on our To do list. Here you can find a PITS issue on the problem, you can vote and track the progress of fixing it.

Greetings,
Georgi
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
develuser
Top achievements
Rank 1
answered on 22 Nov 2012, 09:22 AM
Hello Telerik,

I have a similar issue, I put the property CanAutocompleteSelectItems to "false" but the RadComboBox continue to auto complete the text.

Is there a way to avoid that ?

I'm surprised to see that the above bug has been open since March 29, 2011 and is still not resolved.

Greetings,

Laurent
0
Georgi
Telerik team
answered on 27 Nov 2012, 08:32 AM
Hi Laurent,

The issue with the CanAutocompleteSelectItems="False" was recently fixed and the fix is available in the Latest Internal Build and it will also be available in the Q3 2012 SP1 which is should be released at the end of the week. I am also attaching a video showing how it behaves. Please not that CanAutocompleteSelectItems="False" would still auto complete, but the auto completed item would not be selected. In order to stop the auto complete you can to set IsTextSearchEnabled="False".
Hope this will help.

All the best,
Georgi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
develuser
Top achievements
Rank 1
answered on 27 Nov 2012, 08:36 AM
Hello Georgi,

Thank you very much.

Greetings,
Laurent
0
Azharshah
Top achievements
Rank 1
answered on 12 Jul 2019, 12:13 PM

Hi Progress Telerik,

Currently we are facing the same issue in 2019.2.510.45 version.
CanAutocompleteSelectItems="False"
CanKeyboardNavigationSelectItems="False"
Both properties are not working. Kindly help us.

Thanks and Regards,

Muhammad Azhar Shah

0
Dimitar Dinev
Telerik team
answered on 16 Jul 2019, 02:12 PM
Hi Muhammad,

Thank you for the description.

Both of these settings require the dropdown menu to be open in order for them to work as intended.

By setting CanAutocompleteSelectItems="False" and when the dropdown is open, you can search for items without the item being selected, only highlighted. When the property is set to True, the search will select the item.

By setting CanKeyboardNavigationSelectItems="True" and by using the arrow keys, will actually change the selected item when the dropdown is open. When the property is set to False, the item will be highlighted during navigating.

Attached, you can find a sample project where I've used a TextBox in which you can observe the behavior between the different settings.

Please, let me know if that answers your question.

Regards,
Dimitar Dinev
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
ComboBox
Asked by
danparker276
Top achievements
Rank 2
Answers by
Georgi
Telerik team
develuser
Top achievements
Rank 1
Azharshah
Top achievements
Rank 1
Dimitar Dinev
Telerik team
Share this question
or