Z
zleug
Guest
Hi All.
In the project I use EF. The UI layer has WPF Form1 with GataGrid1 of employees that populated by selected ComboBox department value. Now I would like to call From2 from Form1 with DataGrid2 list of all other employees accept employees that not displayed in Form1. The list of DataGrid2 would like to use to add employee or employees to DataGrid1 of Form1. The DataGrid2 should has ability to select multiple rows. How to create LINQ or lambda query to solve that task? I will appreciate for detail explanation and sample.
Thanks.
Continue reading...
In the project I use EF. The UI layer has WPF Form1 with GataGrid1 of employees that populated by selected ComboBox department value. Now I would like to call From2 from Form1 with DataGrid2 list of all other employees accept employees that not displayed in Form1. The list of DataGrid2 would like to use to add employee or employees to DataGrid1 of Form1. The DataGrid2 should has ability to select multiple rows. How to create LINQ or lambda query to solve that task? I will appreciate for detail explanation and sample.
Thanks.
Continue reading...