DataGridView - disable sorting

  • Thread starter Thread starter dbuchanan
  • Start date Start date
D

dbuchanan

I cannot find the property to set that will disable row sorting when
the user clicks the column header.

Any suggestions?
 
Select the datagridview, click the little thing in the right corner.
Select edit columns.
In the behavior section, change SortMode to NotSortable
 
Back
Top