Hello,
Imagine you have a listview with 2 columns.
For the first column, you bind it with a list of companies
For the second column you bind it with a list of users.
The problem is that when i list companies, i cant see the users, and if i want to list users, i cant show companies.
Or in other words, if i do listcompanies.datacontext = mycompanieslist, i cant do combobox.itemsource=mylistusers
Can i have 2 different bindigs for different objects from the same parent?
If its a little confusing tell me please that i explain with a real example.
Thanks