How to disable sorting on Datagrid Columns
C#
4
Posts
3
Posters
1
Views
1
Watching
-
Hello All, I was just wondering if anyone knew how to disable the sorting on data grid columns. I don't want my end users to click the column headers and sort the data. Is there a proerty to set? Any help would be greatly appreciated.
-
DataGridViewColumn.SortMode Note: This property is new in the .NET Framework version 2.0. :)
Luc Pattyn