sudobangbang
sudobangbang

Reputation: 1456

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

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

Answers (1)

the.wizard
the.wizard

Reputation: 1109

Try this :

grid.getView().refresh(false);

Hope this help.

Upvotes: 2

Related Questions