| I have WPF DataGrid bound to an SQL server table, one of its columns is comboBox. I want to populate the comboBox from another table. For example: there are two tables - jobs and employees:
How to do this? |
Loading
| I have WPF DataGrid bound to an SQL server table, one of its columns is comboBox. I want to populate the comboBox from another table. For example: there are two tables - jobs and employees:
How to do this? |
Replies
Know the answer? Post it — somebody with the same question will find it here.