Hello Mark,
One suggestion is to try the following approach to make the last inserted record in edit mode.
First you need
to find the last inserted record, then in PreRender find the row index of newly inserted record and put that row in edit mode. You can use the logic in the
following Code Library to achieve this.
Select Last Inserted Row
Thanks,
Princy.