I have grid with some pictures, I edit my picture and I save my picture, then I reload the store and refresh the grid but the picture doesn't change, because browser cached the old picture in grid. But when I reload my browser it works. How can I reload or refresh the grid that my new picture load? I should mention: I must save picture with same name. I used this statement but it didn't work:
Ext.getCmp('grid').getView().refresh(true);
Ext.StoreMgr.lookup('store').removeAll();
Ext.StoreMgr.lookup('store').reload();