If I bind a datagrid and a dataform to the same ItemsSource I assumed that as I select different rows in the datagrid, the selected item would be displayed in the dataform.
It appears this only true if the data source is a PagedCollectionView and not an ObservableCollection? Is that correct?