How to disable the DataGridView sorting?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm using a DataGridView on a Form. I want to disable the clicking on the
columns headers to disallow the sorting.

How can I do that, but without deriving the DataGridView?

Is there any other way to disable the sorting of the DataGridView without
deriving it?
 
Back
Top