摘要:
DataGridView调用的时候,想禁止列双击的时候排序,那么就要一列一列的禁止了,下面的语句能够实现:1for(inti=0;i<this.dataGridView3.Columns.Count;i++)2{3this.dataGridView3.Columns[i].SortMode=DataGridViewColumnSortMode.NotSortable;4} 阅读全文
posted @ 2011-06-06 19:41
笨笨的菜鸟
阅读(427)
评论(0)
推荐(0)

浙公网安备 33010602011771号