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

AutoCompleteBox missing some item members

2 Answers 41 Views
AutocompleteBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tariq
Top achievements
Rank 2
Tariq asked on 17 Jan 2012, 06:43 PM
I've tried to use this control. 

This is my Xaml:
<toolkit:RadAutoCompleteBox x:Name="RAD" Height="80" />

This is my C#:
List<string> queries = new List<string>();
queries.Add("one0"); queries.Add("one1"); queries.Add("one12"); queries.Add("one13"); queries.Add("one14");
RAD.SuggestionsSource = queries;

        
When I try to type "one", the AutoCompleteBox gets me this: one0, one1,one12,one13
then when I continue and type "one1", it gets me this: one1, one12, one13
Where is the "one14"?

Is that a bug or something? Am I missing something here?

2 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 18 Jan 2012, 09:46 AM
Hi Tareq,

Thank you for writing us.

This is a known issue with previous versions of RadAutoCompleteBox. It was fixed with our latest internal build: RadControls_for_WindowsPhone_2011_3_1316_DEV_hotfix. You can download it from the Downloads section of your account.

Thank you for your time.

Kind regards,
Todor
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Tariq
Top achievements
Rank 2
answered on 18 Jan 2012, 10:46 AM
Thanks :) that fixed it
Tags
AutocompleteBox
Asked by
Tariq
Top achievements
Rank 2
Answers by
Todor
Telerik team
Tariq
Top achievements
Rank 2
Share this question
or