I am using just a simple DataGridView to hold a bunch of data (Funny that).
I have decimals in a particular column. But when it comes to ordering by that decimal column
Your database column type should be int or double or float, not varchar or something.... So you have to change your value-type in the database... You no need to write any code or something it directly sort when you click on the column Header...