Reputation: 1456
I understand that grids work via stores, in my instance a ListStore. Is there a way I can make a call to the grid if I alter the store to reload/refresh the data?
Upvotes: 0
Views: 626
Reputation: 1109
Try this :
grid.getView().refresh(false);
Hope this help.
Upvotes: 2