Nested ComboBox doesn't update source by selection.
- by Shimmy
Hello.
I am using a ComboBox bound under a DataContext:
<tk:DataGridTemplateColumn.CellEditingTemplate>
<DataTemplate>
<ComboBox
ItemsSource="{Binding Source={StaticResource CategoriesCollection}"
DisplayMemberPath="Title"
SelectedItem="{Binding…