if Grid data changed

Is there a way to capture the fact that some changes were made within Grid data? By other words I need a flag indicating if any cell was edited AND value changed.

Thank you!

You can use

var state = grid.cells(i,j).wasChanged();

It will return true, for cell which was changed