Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. How to disable sorting on Datagrid Columns

How to disable sorting on Datagrid Columns

Scheduled Pinned Locked Moved C#
cssalgorithmshelptutorialquestion
4 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jawa2006
    wrote on last edited by
    #1

    Hello All, I was just wondering if anyone knew how to disable the sorting on data grid columns. I don't want my end users to click the column headers and sort the data. Is there a proerty to set? Any help would be greatly appreciated.

    E 1 Reply Last reply
    0
    • J Jawa2006

      Hello All, I was just wondering if anyone knew how to disable the sorting on data grid columns. I don't want my end users to click the column headers and sort the data. Is there a proerty to set? Any help would be greatly appreciated.

      E Offline
      E Offline
      ednrgc
      wrote on last edited by
      #2

      Set the SortMode property to DataGridViewColumnSortMode.NotSortable.

      J 1 Reply Last reply
      0
      • E ednrgc

        Set the SortMode property to DataGridViewColumnSortMode.NotSortable.

        J Offline
        J Offline
        Jawa2006
        wrote on last edited by
        #3

        Thanks but where is this sort mode propery? I can't find on datagridview control.

        L 1 Reply Last reply
        0
        • J Jawa2006

          Thanks but where is this sort mode propery? I can't find on datagridview control.

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          DataGridViewColumn.SortMode Note: This property is new in the .NET Framework version 2.0. :)

          Luc Pattyn

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups