Hi all,
I'm not sure whether this is a new idea, but I haven't found any related community posts yet.
I have a client using UGUI (2025.3) for order entry. A significant amount of their order entry is done in succession using the + button. Users create a row, then click + again to add the next row rather than clicking Save between entries.
The challenge is that users still want to see the newly created row immediately after adding it. Currently, the grid only selects and scrolls to the new row after a Save action, not when a new row is created using +. As a result, newly added rows at the bottom of the grid may not be visible until their final save.
From the users' perspective, this slows down the order entry process because they cannot quickly verify that each line was added successfully before moving on to the next one.
I imagine there are other scenarios where users repeatedly use the + button without saving between entries, so this behavior may not be unique to this client.
Would it make sense for the grid to automatically select and scroll to the newly created row whenever the + button is used, in the same way when the save button is used? Has anyone else encountered this workflow or found an alternative solution?
