We display a kendo spreadsheet in a modal kendo window. A common usage pattern among our users is to make changes to a cell, then click an OK button to close the window. Their expectation is that their changes will be saved. But of course they are not, because they are still "pending changes". For example, the user edits are not serialised in the toJSON() method.
Is is possible to expose a property or method that would allow developers to detect and commit such pending changes? Some of us may simply want to detect pending changes, so that we can create our own logic to prompt the user to commit or roll back the pending change
Regards,
Mike Wiese