Thanks Hristo, will try to create a custom workaround with those methods.
It would be nice for the framework to support the ability to delay calling source.updaterow() until the row loses focus. Especially when editing a new row.
Curious why the usage of editmode:selectedrow is in incorrect. Couldn’t find anything in the documentation regarding correct usage scenarios.
Using “edit:selectedrow” to prevent the source.updaterow() function from being called upon exiting each cell of the row. Only want it to be called once when the user exits the row, or hit enter.