c# - How do you XAML bind data from a related table into a datagrid column? -


a stack overflow user @jtk posted question here wpf/dataset: how xaml bind data related table datagrid column?

no answer found there posting here. @highcore commented use ef. using ef , facing same issue.

i have table called delivery has foreign key columns transporter_id, pump_id. columns refers other tables transporter table has 2 columns (transporter_id , transporter_name)

how display actual name rather id column in gui? need update them gui. how achieve update , delete?


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -