WPF Binding to Items within a collection? (or converter with parameters)
- by Sonic Soul
i am using a WPF DataGrid, and in my Details row, i would like to show separate objects within a sub collection of each grid item.
Is it possible to have a finer control of Path?
for example something like... Path=SubCollection['ItemX'] etc..
also, if i was to use a converter, i don't want to have to create a separate converter for each item.. so would there be a way to supply a parameter to a converter that could than determine which collection item to return??