Home › Forums › WinForms controls › Xceed Grid for WinForms › How to prevent user from sorting by clicking headers
What property etc do I need to set to prevent the user from clicking to column headers to change sort order?
Thanks
Imported from legacy forums. Posted by Bernard (had 655 views)
The Column-class has a property CanBeSorted that you can set to false.
Imported from legacy forums. Posted by Tommy (had 476 views)
Thanks!
Imported from legacy forums. Posted by Bernard (had 937 views)