I have a kendo Grid that I make changes to and this saves to database.
There is a button on the form that I submit additional information to a different database. I would like to check that the kendo grid has all changes saved when I click this button.
If there are still some outstanding changes(red arrow in kendo grid) the user will have to save changes before proceeding.
Can this be achieved with Javascript?