I have XamGrid control on my screen. I would like it to activate first cell of AddNewRow row and enter edit mode up on receiving focus when I navigate to it.
I’ve tried this solution but it does not work:
XamGridRowsManager Manager = new XamGridRowsManager(this.localGrid); this.localGrid.EnterEditMode(Manager.AddNewRowTop);
So, there are no answer to this question?
Did you set the property listed earlier?