解决方案 »

  1.   


    grid.store.each(function(val) { var bhid = val.get("bhid"); //已经可以取得grid中的列id  但是不能setValue();
      

  2.   

    cm有个renderer:function(val){} 在那里边做
      

  3.   


    grid.store.each(function(record) {
                                         record.set("bhid", FNumber); record.set("hwmc", hwmc); record.set("js", js);
                                         record.set("ztj", ztj); record.set("zzl", zzl); record.set("beizu", beizu); bhdhwin.close();
                                     });
    我这样是可以了 但是只能给一行赋值
    如果多选的话 怎么赋值呢?