Hi I´m using the tryal version of the datagrid. I have Entity Data linked to the ItemsSource Property (MM .NET Entity, They highly recomend this control):
this.DataGrid.ItemsSource = MyEntityList()
The issue is that when I load the grid there is a navegation option in order to select the first row. It is succesfully selected in the view (I can see it in other controls) but it is not selected in the grid. Much more, when I create a new Entity (new row) the view is correctly selected but it is not Brought to the Grid. Is it a solution to bring the view selection to the grid?
Thanks.