Example #1
0
 private void BindData()
 {
     list = sBLL.GetALL();
     dgSupplierInfo.DataSource = list;
     if (list.Count > 0)
     {
         dgSupplierInfo.CurrentCell.Selected = false; //设置当前单元格不反蓝
     }
 }