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
230
How do I commit a new row automatically when the user clicks out of the row?
posted

Hi,

I'm trying to simplify the row adding UX, and would like to have the new row commit(preferably only if it has been changed) once the user clicks out of the row.  How can I accomplish this?

Parents
  • 20255
    Offline posted

    Hello,

    Thank you for your question!

    It is possible to achieve such functionality, you will need only to enable WebDataGrid Activation behavior. Now when you leave the row adding row, it will be automatically submitted, without hitting enter or calling commit() method.

    Looking forward to hearing from you.

Reply Children