Categories | Question details Back To List | ||
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! Answer posted by Support on Nov 21, 2008 10:21 You can use var state = grid.cells(i,j).wasChanged(); It will return true, for cell which was changed |