Hi,

A fiddle showing the problem:


http://ift.tt/1tJnrtp


It contains a memory store with autosync, a chained store and an editable grid using the chained store.


1) If you edit a cell in the grid, the red check will appear

2) If you configure "simpsonsStore" instead of "chainedSimpsonsStore" in the grid, it won't show the dirty check after editing a record (notice that the memory store has autoSync: true).


This is happening in our app too which uses a similar scheme. The models are being persisted fine, but the red mark will remain in the grid. We know we can get rid of it via CSS but this looks like a bug that needs to be fixed.


Regards