Is there a way to fire the insert of the add row other than having the user tab or press enter when on the last column?
Hey,
If you are in edit mode in the add row and the user presses the enter key to exit edit mode, it will attempt to commit the new row.
Another option is for you to manually commit the row in code. You could listen to the exited edit mode for row adding and decide when to commit.
Hopefully, this helps out.
regards,David Young