Datagrid selectedItem and databinding
问题 I have two datagrid displayed on my UI. When I select a particular row on datagrid 1, I would like to display the details of the datagrid 1 on datagrid 2. I am populating the datagrid data from a database. here is the two database table structure. Note: both the table are mapped by the personid in the database here is the code so far I have tried Baseclass.cs public class Baseclass { public event PropertyChangedEventHandler PropertyChanged; protected void SetProperty<T>(ref T member, T value,