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

DataBinding & IsEditable

1 Answer 99 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Denis
Top achievements
Rank 1
Denis asked on 03 Sep 2008, 10:11 PM
Hi,

I'm trying to use the RadComboBox to achieve autocompletion on my items in the same fashion as your online demo "Editable Mode".

My data is data-bound to a property of my datacontext which is loaded through a web-service call, and set to display a "FullName" property using DisplayMemberPath.

Now, after everything has been loaded, if I type in the box, it does auto-complete the results, but does not show it in the box (the correct item is selected but without any visual feedback updating the text in the box).

Here is the setup:

<Telerik_Windows_Controls1:RadComboBox  
                            Margin="2" 
                            Grid.Column="1" 
                            Grid.Row="0"       
                            IsEditable="True" 
                            ItemsSource="{Binding Agents}" 
                            SelectedItem="{Binding TimeSheet.Agent, Mode=TwoWay}" 
                            DisplayMemberPath="FullName" /> 

I'm not sure exactly why this does not work like with your demo...

1 Answer, 1 is accepted

Sort by
0
Denis
Top achievements
Rank 1
answered on 05 Sep 2008, 06:49 PM
Apparently, upgrading to the latest release took care of my problem.

As usual, thanks a million for your great work at Telerik !
Tags
ComboBox
Asked by
Denis
Top achievements
Rank 1
Answers by
Denis
Top achievements
Rank 1
Share this question
or