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

Combobox displaymemberpath not showing

2 Answers 311 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 24 Nov 2009, 10:51 AM
Hi,

Since the last update (2009.3.1120.35), some of my radcombobox's are not working anymore:
in the selectionbox the linq to sql entity is shown instead of the DisplayMemberPath property.
The selected item is shown as expected.


 <telerik:RadComboBox   
                                          Margin="2,0,0,0"  
                                          Grid.Row="3" Grid.Column="1" Grid.ColumnSpan="4" 
                                          Name="cbOmschrijving" 
                                          ToolTip="Standaard omschrijving artikel" 
                                          DisplayMemberPath="Tekst" 
                                           
                                          SelectedValuePath="NLStandaardTekstID" 
                                          SelectedValue="{Binding StandaardOmschrijvingID 
                                                ,UpdateSourceTrigger=PropertyChanged}" 
                                          Height="20" > 
                                    <telerik:RadComboBox.ContextMenu> 
                                        <ContextMenu> 
                                            <MenuItem Header="Bewerken" Click="OmschrijvingBewerken"/> 
                                        </ContextMenu> 
                                    </telerik:RadComboBox.ContextMenu> 
                                </telerik:RadComboBox> 


2 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 26 Nov 2009, 11:12 AM
Hi Thomas,

We are aware of this problem, it will be fixed in the upcoming internal build tomorrow. I apologize for the inconvenience.

All the best,
Valeri Hristov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Thomas
Top achievements
Rank 1
answered on 30 Nov 2009, 07:00 AM
Hi,

Problem has been solved.
Thanks

Thomas
Tags
ComboBox
Asked by
Thomas
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Thomas
Top achievements
Rank 1
Share this question
or