Search Results

0
votes
1answer
424 views

Show selected item in a DataGrid within a ComboBox

I have a WPF toolkit DataGrid as the dropdown in a ComboBox template. <toolkit:DataGrid x:Name="InnerGrid" ItemsSource="{TemplateBinding ItemsSource}" …