Is there a way to programatically enter end mode (similar to EndEditMode but to start editing rather than end editing).
Hello,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking through your post and suggest you use the following code:
CellValuePresenter.FromCell(xamDataGrid1.ActiveCell).Editor.StartEditMode();
Feel free to write me if you have further questions.