KimhillZhang  

2012年3月13日

摘要: 场景:当选择上面的ComboBox时,下面的Gridpanel值重新绑定,pagingtoolbar也改变,,首次加载与选择combobox时的调用的数据源方法不一样;首次加载: //获取Store var cityStore = new Ext.data.Store({ proxy: new Ext.data.HttpProxy({ url: '/ProvinceCity/GetCityList?c=' + new Date(), method: 'POST' }), reader: new Ext.data.JsonReader({ root: 'c 阅读全文
posted @ 2012-03-13 16:50 KimhillZhang 阅读(1033) 评论(0) 推荐(0) 编辑