Editor: Inline Editing - Can you see the old and new values?

Editor: Inline Editing - Can you see the old and new values?

bworsfoldbworsfold 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

Replies

  • allanallan Posts: 63,678Questions: 1Answers: 10,497 Site admin

    You would need to store the old value in the event initEdit so that you then have it to compare later on.

    Allan

  • bworsfoldbworsfold Posts: 14Questions: 4Answers: 0

    Thanks Allan. That works.

This discussion has been closed.