Is it possible to do this?
I've tried giving the grid focus, getting hold of a reference to the cell, setting IsSelect/IsActivated to true, yet nothing happens, any ideas?
Thanks
It's ok, found the answer elsewhere
this.XamDataGrid1.ActiveCell = this.XamDataGrid1.RecordManager.Sorted[0].Cells[0];
this.XamDataGrid1.ExecuteCommand(DataPresenterCommands.StartEditMode);