Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
Activate AddNewRow Cell on Focus
posted

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);