Grid保存之后设置某列不可编辑

editable:function(col,item){
    if(col=="ruleCode"){
        if(this.basicId != "" && this.basicId != ){ //避免新建的时候也不可编辑
            return false;
        }
    }
    return true;
}

posted on 2019-02-14 09:32  城市小农民  阅读(261)  评论(0编辑  收藏  举报

导航