关于gridview如何冻结行与列.如Excel

解决方案 »

  1.   

    http://www.codeproject.com/aspnet/FreezePaneDatagrid/FreezePaneDatagrid_src.zip
      

  2.   

    http://www.codeproject.com/aspnet/FreezePaneDatagrid/FreezePaneDatagrid_src.zip打不开
      

  3.   

    girdview1.rows[1].readonly=true;
    gridview1.columns[1].readonly=true;
      

  4.   

    //固定列..Css
    .fixCol 
    { LEFT: expression(this.offsetParent.scrollLeft);
      POSITION: relative; 
    }
      

  5.   

    GridView1.Rows[1].readonly=true;
     GridView1.columns[1].readonly=true;
    无效的属性值啊.兄弟
      

  6.   

    想起
    你需要到www.codeproject.com注册一个ID
      

  7.   

    GridView1.Rows.IsReadOnly = true;