I have the following linked Grid and Form
The datacontext for this page is created in the loaded event of the page like this
Although the list of books is shown in both the grid and the form, it isn't synchronized and clicking on various records in the grid doesn't cause the form to show the selected item.
Any help would be appreciated.