用EXT的editorgridpanel,如何让某一行的某一列为不可编辑呢?

2025-04-30 13:17:19
推荐回答(1个)
回答1:

editor : new Ext.form.TextField({ allowBlank : true, blankText : '', selectOnFocus : true, maxLength : 200})}], /* 覆盖默认的方法,根据record条件决定是否可以编辑 */