Tuesday 7 October 2008

[ExtJs] reload store from panel

var store = new Ext.data.Store({
.....
.....
.....

var grid = new Ext.grid.GridPanel({
id:'gridpanel'
ds:store,
.....
.....
.....


Ext.getCmp('gridpanel').getStore().reload();

7 comments:

Hemant Dhawale said...

not works.....

Anonymous said...

Works fine!
thanks for the time and effort you have put into making the blog

cevarief said...

Thanks a lot. This is really what i'm looking for. The code works like a charm.

luis said...

Thanks.

Qhamani Fenama said...

Works perfect, thanks dude

Anonymous said...

Perfeito, resolveu meu problema!

Anonymous said...

not working