Hi,
We have a grid with a add button a the top (see image below).
A click on the add button display the "AddNewRow" at the bottom of the grid :
this.myGrid.AddNewRowSettings.AllowAddNewRow = AddNewRowLocation.Bottom;
But user had to click inside the new row to start editing.
Is there a way to put user directly in edit mode inside the add new row ?
Thanks for your help.
Alain.
Hi Yanko,
No, it's not an issue. The sample works fine, thanks!
Regards.
Hello,
I am checking if this is still an issue for you.
If you require any further assistance please do not hesitate to ask.
I have been looking into your last post and I am sending you the sample application(XamGridAddNewRowEditMode.zip) that I have created in order to reproduce your scenario. Please look through it and tell me if I have misunderstood you or you have any other questions.
I am looking forward to hearing from you.
Sorry for this late answer but I was on holidays.
I just tried your solution but it doesn't work. Indeed the 'myGrid.ActiveCell' in the event 'xamGrid1_CellControlAttached' is never null.
Best regards.
I am just checking if my last reply was helpful for you.