Won't Fix
Last Updated: 09 Dec 2016 09:51 by ADMIN
ADMIN
Telerik Admin
Created on: 26 Apr 2010 13:58
Category: ComboBox
Type: Bug Report
1
ComboBox: Selection box is not updated when the property pointed by DisplayMemberPath is changed.
Create a RadComboBox, bound to a collection of objects, implementing INotifyPropertyChanged. Use DisplayMemberPath. Select an item, then change the display member property of the selected item - the selection box is not updated.
As workaround you can use DataTemplate:
<telerikInput:RadComboBox HorizontalAlignment="Left" Margin="122,52,0,0" VerticalAlignment="Top" MinWidth="150" x:Name="radComboBox" telerik:TextSearch.TextPath="Name">
    <telerikInput:RadComboBox.ItemTemplate>
        <DataTemplate>
            <TextBlock Text="{Binding Name}" />
        </DataTemplate>
    </telerikInput:RadComboBox.ItemTemplate>
</telerikInput:RadComboBox>
1 comment
ADMIN
Georgi
Posted on: 09 Dec 2016 09:51
The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.