c# - Best way to disable the column header sorting in DataGridView - Stack Overflow
I need to disable the column header sorting in DataGridView. We can do that by setting the property of individual columns like BalancesGridView.Columns[1].SortMode = ... I ran into this problem today. I wrote this method and called it on the form load eve
stackoverflow.com |