[Editor] How to determine which field was edited in edit or postEdit event?
[Editor] How to determine which field was edited in edit or postEdit event?
neilrao42
Posts: 14Questions: 2Answers: 1
I'm using the bubble editor.
This discussion has been closed.
Answers
To clarify:
When I edit a cell with the bubble editor, how do I determine which cell (and column) was edited?
I got around the problem by storing the last clicked index in the jquery td click event handler. It would be nice if the triggered event passed this information though.