Extjs4 store和grid 问题_百度知道
最佳答案: store.load({scope:this,callback:function(records){ Ext.getCmp('button1').setDisabled(records.length>0?true:false); } });
关于extjs4如何获取grid修改后的数据的问题_
2014年5月12日 - 可以获取各种值。 e : Object An edit event with the following properties: •grid - The grid •record - The record that was edited •...