当前位置: 代码迷 >> Web前端 >> ext4中将store重新赋值的有关问题
  详细解决方案

ext4中将store重新赋值的有关问题

热度:86   发布时间:2012-09-06 10:37:01.0
ext4中将store重新赋值的问题

其中,youGrid.getStore()是得到需要修改的store.

?

var recordDatas = [];
Ext.Array.each(newStore.getRange(), function(record){
????? recordDatas.push(record.data);
??????????????????????? });
youGrid.getStore().removeAll();
youGrid.getStore().loadData(recordData);