editor中combo渲染

/**
     * 渲染部门字段
     */
    renderCirculationDeptField: function (value, record, dataIndex, cell, column, gridStore) {
        var me = this,
            store = Ext.StoreManager.get('departmentalsource-store');
        try {
            return store.getAt(store.find('id', value)).get('text');
        }
        catch (e) { }
    },

相关文章: