Skip to main content
Nintex Community Menu Bar
Question

Editable list auto adding a new row when pressing enter.

  • December 29, 2024
  • 5 replies
  • 80 views

Forum|alt.badge.img+2

I am using K2 five version 5.6. I have created an editable list that serves as a logbook. After I use the add toolbar button, I can add info to the editable list. but when I press enter to save the info, a new editable list row is also created. How can I prevent this from happening?

5 replies

Arvindsct
Forum|alt.badge.img+2
  • Novice
  • January 1, 2025

Please use a java script to call button click rule and on button click add rule to add row.


Forum|alt.badge.img+1
  • Nintex Employee
  • January 6, 2025

Have you tried to disable "Enable Add new row link" option? Usually after pressing Enter the “Add new row” link in the bottom of the editable list appears in the focus. Maybe that’s why a new row is added immediately.


Forum|alt.badge.img+2
  • Author
  • Rookie
  • January 7, 2025

Have you tried to disable "Enable Add new row link" option? Usually after pressing Enter the “Add new row” link in the bottom of the editable list appears in the focus. Maybe that’s why a new row is added immediately.

Good morning. Yes, I have the add new row link disabled. Only have the add toolbar button enabled.


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • January 13, 2025

Hi ​@kempms 
Has your question been resolved?


Forum|alt.badge.img+2
  • Author
  • Rookie
  • January 15, 2025

I was told that the enter button should not really be used in this situation, since the enter button has many functions on a page and it is quite difficult to specifically program for the enter key. I have not tried the java script solution yet though.