This question is locked. New answers and comments are not allowed.
<telerik:GridViewComboBoxColumn Header="2" Width="50" IsFilterable="False" IsComboBoxEditable="True" HeaderTextAlignment="Center" DisplayMemberPath="CODE" SelectedValueMemberPath="ID" ItemsSource="{StaticResource DutyCodeList}" DataMemberBinding="{Binding NO2,Mode=TwoWay}" > </telerik:GridViewComboBoxColumn>I met a problem,just like XAML codes I pasted.
The ItemsSource of column is StaticResource just like {"ZD","ZDM","ZN"}
Now I want to display the corresponding image which already exists in project directory in display model
and display character list in edit model.
Please help me out , if possible with code
With Regards
Chen Junning