Submit on row blur when using inline editing?
Submit on row blur when using inline editing?
Loren Maxwell
Posts: 406Questions: 99Answers: 10
Using inline editing, is there a way to submit on row blur instead of on the cell blur?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Not really since a row isn't really in edit mode, it is the cell that is in edit mode (only a single cell can be in edit mode at a time, which is the limitation here).
It is possible to queue changes but you'd need to add extra code to make that work on a per row basis.
Allan