I'm trying to figure out how to sort data in datagridview in reverse order. Data is unbound, it is entered in bunch of text boxes and then passed to datagridview. I need the latest entry to be on top(first) , not on bottom like the default is. ps. I only have one column, so every new entry is a new row.