# identifing the modified record after the alteration

You can use getModifiedRecords() store’s function to get which rows has been modified in a grid while in an action (for example before saving).

```javascript
gridxxx.store.getModifiedRecords()
```
