Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个数据绑定数据网格视图。我插入一个新行,表示来自特定列的值的总和。问题是我无法阻止对这一行进行排序(它应该始终是网格中的最后一行)!可能吗?
谢谢你的回答!
无法测试,但这应该可以解决问题
dataGridView.Columns[dataGridView.ColumnCount - 1].SortMode = DataGridViewColumnSortMode.NotSortable;