The help page for DataGridView
.Sort Method (DataGridViewColumn, ListSortDirection) states this: "By default, the sort operation will use the
Compare method to compare pairs of cells in the column using the
DataGridViewCell.Value property." Is there a way to define the sort item to be
DataGridViewCell.FormattedValue?
DG