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

radComboBox dropdown close on down arrow keypress

1 Answer 198 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 27 Jun 2012, 05:02 PM
Hi we are testing then new q2 version of your suite and found this issue.

I have a radCombobox with this configuration:
            <telerik:RadComboBox Margin="0,0,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" Grid.Row="4" Grid.Column="1"  <br>                IsEditable="True"<br>                Name="RadCbo"<br>                Width="200" ItemsSource="{Binding ListaPaises}" <br>                DisplayMemberPath="Nombre"<br>                OpenDropDownOnFocus="True"<br>                SelectedItem="{Binding PaisSelecionado, Mode=TwoWay}"<br>                Text="{Binding TextoBusquedaPais, Mode=TwoWay}"<br>                IsTextSearchEnabled="False" StaysOpenOnEdit="True" />

We fill the associated list from a wcf service, and the list retrieved sohw ok in the rad combo, but when i move on the first element of the combo by pressing the down arrow key, the combo closes and no one element is selected.

Thanks for your help

It was my fault, syntax error.

Now i'm able to navigate inside the results with the arrows keys, then, when i press the tab button the element is selected and his name remains in the editable zone of the combo, but if I press the enter key, the element is not selected netiher the control and my viewmodel object.

thanks

1 Answer, 1 is accepted

Sort by
0
Ventzi
Telerik team
answered on 29 Jun 2012, 02:38 PM
Hello David,

I am not sure that I understand you fully. Please check our documentation for Keyboard Support. If you navigate with the arrow keys through your collection, you are setting each time the SelectedItem and the object in your ViewModel. If you have any further questions, please don't hesitate to contact us.

Kind regards,
Ventzi
the Telerik team

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

Tags
ComboBox
Asked by
David
Top achievements
Rank 1
Answers by
Ventzi
Telerik team
Share this question
or