Header="Empl ID" ItemsSource="{Binding Source={StaticResource csv}}" DisplayMemberPath="EmployeeID" SelectedValuePath="EmployeeID" SelectedValueBinding="{Binding EmployeeID, UpdateSourceTrigger=PropertyChanged}">
DataGridTemplateColumn Header="Empl ID"> DataGridTemplateColumn.CellTemplate> DataTemplate> ComboBox ItemsSource="{Binding Source={StaticResource csv}}" DisplayMemberPath="EmployeeID" SelectedValuePath="EmployeeID" SelectedValue="{Binding Path=EmployeeID, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" TextSearch.TextPath="EmployeeID">
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)