Question
Repeat Grid changed values don't save when always editable
I have a repeat grid with some editable columns. I initially implemented it with "double click to edit" but the number of columns makes it too wide (double clicking resets the scroll to the left, and trying to scroll takes the focus off the row to no longer make it editable). Other than those UI issues, it works fine.
The issue is that if I change it to be always editable instead of click to edit, the values do not seem to persist. For the main one, it is just an integer. I change it, save, then go to the section and the original value is there, not the new changed value. I added a post value on change, and then I can change it and I see the new value in the clipboard, however saving again reverts it back to the original value.
Any insights would be appreciated.