How can i refresh grid data when new data added in exts?
+1
A:
It depends on how you add the new data, if it happens on the server and you want to refresh an Ext JS view:
grid.getStore().reload()
Adam Dziendziel
2009-03-25 11:19:07