I have an application that makes some calculations and I save them in a datagridview, to a column I give the currency format in this way: Format(totalMarca, "##,##0.000")
So far so good, but I try to sort the data and do not do it. The following image shows the data after sorting them Ascending. I thought I was doing the ordering algorithm wrong but now I try to sort the data with the default option of the DataGridView and I get the same detail. It should be clarified that if I do not format the data if I order them correctly .. Any suggestions?