extjs4.2 grid编辑验证问题 - ITeye问答
extjs4.2 grid编辑验证问题5 extjs4.2 grid编辑完后,点击保存按钮调用saveOrUpdate...不要从column的editor中取值,而应该从这个grid的model/store中取值 2014年5月29...
ExtJs--EditorGrid可编辑的表格控件
//验证editorGrid中的数据 //限制输入数据的类型 Ext.onReady(function(){ var...columns:5 }, items:[ { xtype:'button', text:'添加一行', handler:btn...