Problem with binding using value converter
Hi, everyone!
I bind my custom control to a ListView's 'SelectedValue' property using a value converter which extracts the Row property from the selected DataRowView.
Now i want to do the two-way binding. But i can't figure out how to do the backward convertion. If the ConvertBack method just returns the 'value' parameter, obviously the ListView doesn't select anything. How can i find a corresponding DataRowView knowing the Row, or what else can i do to achieve the desired functionality?
Please help
Thanks

