Editor: Inline Editing - Can you see the old and new values?
Editor: Inline Editing - Can you see the old and new values?
bworsfold
Posts: 14Questions: 4Answers: 0
Just wondering if this is possible? It would be nice to be able to compare the old and new values and then cancel the submit so it saves a request to the server should the values be the same. Right now, on preSubmit, you can return false, but that would stop the navigation. I also don't know how to look at the old value through the event. Seems like it just shows the data to be shipped on the request.
Thoughts?
BradW
This discussion has been closed.
Replies
You would need to store the old value in the event
initEdit
so that you then have it to compare later on.Allan
Thanks Allan. That works.