Hi we are testing then new q2 version of your suite and found this issue.
I have a radCombobox with this configuration:
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
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