When creating a new record in a datagrid, via button New, the new record gets created, but the datagrid does not change it's selected record to the newly created one. How can I make the datagrid automatically select the newly created record?
There is also a listen-to dataview beneath the datagrid which I expect to show the details of the newly created record. Attempting to make that work.