ExtJs4 获取grid.panel中的被修改数据,该怎么处理_百度知道
最佳答案: 监听beforeedit 和 edit 事件都可以 它会传给你2个参数( Ext.grid.plugin.Editing editor, Object e) 而editor中有包含 value(新值) 和originalValue...更多关于EXTjs4中如何获取可编辑grid中所有修改后的记录的问题>>
关于extjs4如何获取grid修改后的数据的问题_
2014年5月12日 - 可以获取各种值。 e : Object An edit event with the following properties: •grid - The grid •record - The record that was edited •...