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
125
How to fire the add row without being on the last column
posted

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? 

Parents
No Data
Reply
  • 33839
    Suggested Answer
    posted

    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

Children
No Data