sort numbers from lowest to highest in datagrid table

topsykretts

Well-known member
Joined
Dec 22, 2011
Messages
47
Programming Experience
Beginner
How to sort numbers from lowest to highest in my datagrid table?
 

Attachments

  • Untitled.png
    Untitled.png
    8.2 KB · Views: 36
Hello

The DataGridView has a property AllowUserToOrderColumns if you set this to true you can then click on the column header and it will order it for you.
That is if you are talking about a DataGridView and not a GridView for this there are different settings which I am unfamiliar with.

Regards
 
Last edited:
Back
Top