摘要: 当Ext.grid.GridPanel采用RowEditor进行编辑和更新时,若采用store监听update的方法,可能会向server发两次相同的提交指令...原因不明,估计可能是store.commitChanges()会产生一次命令..虽然不影响功能,但始终觉得不妥,改用editor的afteredit事件进行Upload,如下,一切正常...editor.on({ scope: thi... 阅读全文
posted @ 2011-01-11 14:34 Jamie 阅读(2839) 评论(0) 推荐(0)