Ext.getCmp('tasklist_grid').reconfigure(taskStore);reconfigure 参数放入要重新绑定的store 就可以。此时store中的fields 匹配grid columns中的 dataIndex ,才正常显示。
一个grid怎么能对应多个store?一条model倒是可以对应多个store