Z
zleug
Guest
Hi All.
In my WPF form I have DataGrid which is link to EF table and three TextBox fields such as EmpNo, FirstName and LastName for filter DataGrid. The DataGrid should be filter when exactly match parameters in database table in different combinations:
How to solve this problem? I'll appreciate for detail explanation.
Thanks.
Continue reading...
In my WPF form I have DataGrid which is link to EF table and three TextBox fields such as EmpNo, FirstName and LastName for filter DataGrid. The DataGrid should be filter when exactly match parameters in database table in different combinations:
- by EmpNo
- by EmpNo and FirstName
- by EmpNo and LastName
- by FirstName and LastName
- by EmpNo, FirstName and LastName
- by LastName
How to solve this problem? I'll appreciate for detail explanation.
Thanks.
Continue reading...