How to disable the DataGridView sorting?

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top