How do I exit edit mode after updating cell? #503
Unanswered
rave-tech-dev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the render method of a cell template, I can use onCellChanged to update the cell. After I'm done updating the cell, how do I exit edit mode and rerender with isInEditMode = false?
I have stopped propagation of pointer down events so the cell does not exit edit mode by itself.
Beta Was this translation helpful? Give feedback.
All reactions