GTX 3.0 Grid Widget - How to refresh/reload a grid

611 Views Asked by At

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?

1

There are 1 best solutions below

2
On BEST ANSWER

Try this :

grid.getView().refresh(false);

Hope this help.